Interface SubExpression
- All Superinterfaces:
IExpression
- All Known Implementing Classes:
SubExpressionImpl
-
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
-
getExpression
IExpression getExpression() -
getKind
ExpressionKind getKind()- Specified by:
getKindin interfaceIExpression
-
getType
OS_Type getType()- Specified by:
getTypein interfaceIExpression
-
is_simple
boolean is_simple()- Specified by:
is_simplein interfaceIExpression
-
setType
- Specified by:
setTypein interfaceIExpression
-