Class AnnotationBinaryOperator
- java.lang.Object
-
- com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator
-
- All Implemented Interfaces:
AnnotationValue
- Direct Known Subclasses:
AnnotationAdd,AnnotationAnd,AnnotationDivide,AnnotationEquals,AnnotationExclusiveOr,AnnotationGreaterEquals,AnnotationGreaterThan,AnnotationLessEquals,AnnotationLessThan,AnnotationLogicalAnd,AnnotationLogicalOr,AnnotationMultiply,AnnotationNotEquals,AnnotationOr,AnnotationRemainder,AnnotationShiftLeft,AnnotationShiftRight,AnnotationSubtract,AnnotationUnsignedShiftRight
public abstract class AnnotationBinaryOperator extends java.lang.Object implements AnnotationValue
-
-
Constructor Summary
Constructors Constructor Description AnnotationBinaryOperator(AnnotationValue left, AnnotationValue right)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationValuegetLeft()AnnotationValuegetRight()-
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.annotation.AnnotationValue
accept, getParameterValue
-
-
-
-
Constructor Detail
-
AnnotationBinaryOperator
public AnnotationBinaryOperator(AnnotationValue left, AnnotationValue right)
-
-
Method Detail
-
getLeft
public AnnotationValue getLeft()
-
getRight
public AnnotationValue getRight()
-
-