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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.thoughtworks.qdox.parser.expression.ElemValueDef
transform
-
Field Details
-
lhs
-
rhs
-
-
Constructor Details
-
BinaryOperatorDef
-
-
Method Details
-
getLeft
- Returns:
- the lhs
-
getRight
- Returns:
- the rhs
-