Interface GetItemExpression
- All Superinterfaces:
IExpression
- All Known Implementing Classes:
GetItemExpressionImpl
-
Field Summary
Fields inherited from interface tripleo.elijah_durable_congenial.lang.i.IExpression
UNASSIGNED -
Method Summary
Methods inherited from interface tripleo.elijah_durable_congenial.lang.i.IExpression
getLeft, repr_, setKind, setLeft
-
Method Details
-
getKind
ExpressionKind getKind()- Specified by:
getKindin interfaceIExpression
-
getType
OS_Type getType()- Specified by:
getTypein interfaceIExpression
-
index
IExpression index() -
is_simple
boolean is_simple()- Specified by:
is_simplein interfaceIExpression
-
parens
void parens(antlr.Token lb, antlr.Token rb) -
setType
- Specified by:
setTypein interfaceIExpression
-