Package com.zfabrik.util.expression
Class X.BinaryOp
- java.lang.Object
-
- com.zfabrik.util.expression.X
-
- com.zfabrik.util.expression.X.BinaryOp
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)XgetLeft()return first or "left" operand expressionXgetRight()return second or "right" operand expressioninthashCode()
-
-
-
Method Detail
-
getLeft
public X getLeft()
return first or "left" operand expression
-
getRight
public X getRight()
return second or "right" operand expression
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-