Interface IBinaryExpression
- All Superinterfaces:
IExpression
- All Known Subinterfaces:
BasicBinaryExpression,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 TypeMethodDescriptiongetRight()voidset(IBinaryExpression ex) voidsetRight(IExpression right)
-
Method Details
-
getRight
IExpression getRight() -
set
-
setRight
-