Package com.zfabrik.util.expression
Class X.BinaryOp
java.lang.Object
com.zfabrik.util.expression.X
com.zfabrik.util.expression.X.BinaryOp
- Enclosing class:
- X
Abstract binary operators
-
Constructor Details
-
BinaryOp
-
-
Method Details
-
getLeft
return first or "left" operand expression -
getRight
return second or "right" operand expression -
equals
-
hashCode
public int hashCode() -
clone
Create a clone of thisX.BinaryOp
with the given two args
-