|
ENTITY Unary_numeric_expression ABSTRACT SUPERTYPE SUBTYPE OF (Numeric_expression, Unary_generic_expression); SELF\Unary_generic_expression.operand : Numeric_expression; END_ENTITY; -- Unary_numeric_expression |
Entity data types and their attributesGeneric_expression- Expression - Numeric_expression (DER) is_int: BOOLEAN; (DER) sql_mappable: BOOLEAN; Unary_generic_expression operand: Generic_expression; Unary_numeric_expression (RT) operand: Numeric_expression; |
| Unary_function_call (Numeric_function_arm) |
Global rules for this entity data type- |