Module dev.civl.mc
Package dev.civl.mc.model.IF.expression
Interface CompoundLiteralExpression.CIVLLiteralObject
- All Known Subinterfaces:
CompoundLiteralExpression.CIVLCompoundLiteralObject,CompoundLiteralExpression.CIVLScalarLiteralObject
- Enclosing interface:
CompoundLiteralExpression
public static interface CompoundLiteralExpression.CIVLLiteralObject
The CIVL model counterpart of
LiteralObject in ABC.-
Method Summary
-
Method Details
-
type
CIVLType type() -
subExpressions
List<Expression> subExpressions()- Returns:
- the set of expressions involved in the literal expression
represented by this
CompoundLiteralExpression.CIVLLiteralObject. Expressions in the returning list can be in any order.
-