|
ENTITY Multiple_arity_generic_expression ABSTRACT SUPERTYPE SUBTYPE OF (Generic_expression); operands : LIST [2:?] OF Generic_expression; END_ENTITY; -- Multiple_arity_generic_expression |
Entity data types and their attributesGeneric_expression- Multiple_arity_generic_expression operands: LIST [2:?] OF Generic_expression; |
| Concat_expression (Expression_arm) |
| Interval_expression (Expression_arm) |
| Multiple_arity_boolean_expression (Expression_arm) |
| Multiple_arity_numeric_expression (Expression_arm) |
| Substring_expression (Expression_arm) |
Global rules for this entity data type- |