|
ENTITY Multiple_arity_numeric_expression ABSTRACT SUPERTYPE OF (ONEOF (Plus_expression, Mult_expression, Multiple_arity_function_call)) SUBTYPE OF (Numeric_expression, Multiple_arity_generic_expression); SELF\Multiple_arity_generic_expression.operands : LIST [2:?] OF Numeric_expression; END_ENTITY; -- Multiple_arity_numeric_expression |
Entity data types and their attributesGeneric_expression- Expression - Numeric_expression (DER) is_int: BOOLEAN; (DER) sql_mappable: BOOLEAN; Multiple_arity_generic_expression operands: LIST [2:?] OF Generic_expression; Multiple_arity_numeric_expression (RT) operands: LIST [2:?] OF Numeric_expression; |
| Mult_expression (Expression_arm) |
| Multiple_arity_function_call (Expression_arm) |
| Plus_expression (Expression_arm) |
Global rules for this entity data type- |