Interface IBinaryExpression
- All Superinterfaces:
IExpression
- All Known Subinterfaces:
IArithmeticBinaryExpression,IComparisonExpression,ILogicalBinaryExpression
Definition of a binary expression
-
Method Summary
Methods inherited from interface se.kuseman.payloadbuilder.api.expression.IExpression
accept, eval, eval, eval, fold, getChildren, getQualifiedColumn, getType, isConstant, isInternal, semanticEquals, toVerboseString
-
Method Details
-
getLeft
IExpression getLeft()Get left expression -
getRight
IExpression getRight()Get right expression
-