Class BinaryOperatorDef
java.lang.Object
com.thoughtworks.qdox.parser.expression.ExpressionDef
com.thoughtworks.qdox.parser.expression.BinaryOperatorDef
- All Implemented Interfaces:
ElemValueDef
- Direct Known Subclasses:
AddDef, AndDef, DivideDef, EqualsDef, ExclusiveOrDef, GreaterEqualsDef, GreaterThanDef, LessEqualsDef, LessThanDef, LogicalAndDef, LogicalOrDef, MultiplyDef, NotEqualsDef, OrDef, RemainderDef, ShiftLeftDef, ShiftRightDef, SubtractDef, UnsignedShiftRightDef
-
Constructor Details
-
BinaryOperatorDef
-
-
Method Details
-
getLeft
- Returns:
- the lhs
-
getRight
- Returns:
- the rhs
-