Interface BasicBinaryExpression
- All Superinterfaces:
IBinaryExpression,IExpression
- All Known Subinterfaces:
SetItemExpression
- All Known Implementing Classes:
BasicBinaryExpressionImpl,DotExpressionImpl,SetItemExpressionImpl,ToExpressionImpl,TypeNameExpressionImpl,YieldExpressionImpl
-
Field Summary
Fields inherited from interface tripleo.elijah_durable_congenial.lang.i.IExpression
UNASSIGNED -
Method Summary
Modifier and TypeMethodDescriptionvoidsetKind(ExpressionKind aKind) voidsetLeft(IExpression aLeft) voidvoidshift(ExpressionKind aType) toString()Methods inherited from interface tripleo.elijah_durable_congenial.lang.i.IBinaryExpression
getRight, set, setRight
-
Method Details
-
setKind
- Specified by:
setKindin interfaceIExpression
-
setLeft
- Specified by:
setLeftin interfaceIExpression
-
setType
- Specified by:
setTypein interfaceIExpression
-
shift
-
toString
String toString()
-