Module dev.civl.mc

Interface CompoundLiteralExpression

All Superinterfaces:
Expression, LiteralExpression, Sourceable

public interface CompoundLiteralExpression extends LiteralExpression
This class represents compound literal expressions, including string literals. A CompoundLiteralExpression should be set with either a CompoundLiteralExpression.CIVLCompoundLiteralObject or a constant value, but not both of them.