- All Superinterfaces:
LiteralObject
A scalar literal object is defined by an ordinary expression that occurs
within a compound initializer. It is a leaf node in the tree that represents
the structure of the compound literal value.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the expression corrresponding to this scalar literal object.Methods inherited from interface dev.civl.abc.ast.node.IF.compound.LiteralObject
getType
-
Method Details
-
getExpression
ExpressionNode getExpression()Returns the expression corrresponding to this scalar literal object.- Returns:
- the corresponding expression
-