Class BinaryOperator
java.lang.Object
com.thoughtworks.qdox.model.expression.BinaryOperator
- All Implemented Interfaces:
AnnotationValue
,Expression
- Direct Known Subclasses:
Add
,And
,Divide
,Equals
,ExclusiveOr
,GreaterEquals
,GreaterThan
,LessEquals
,LessThan
,LogicalAnd
,LogicalOr
,Multiply
,NotEquals
,Or
,Remainder
,ShiftLeft
,ShiftRight
,Subtract
,UnsignedShiftRight
-
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, wait
Methods inherited from interface com.thoughtworks.qdox.model.expression.AnnotationValue
accept
Methods inherited from interface com.thoughtworks.qdox.model.expression.Expression
getParameterValue
-
Field Details
-
left
-
right
-
-
Constructor Details
-
BinaryOperator
-
-
Method Details
-
getLeft
-
getRight
-