com.thoughtworks.qdox.model.annotation
Class AnnotationBinaryOperator

java.lang.Object
  extended by 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


Field Summary
private  AnnotationValue left
           
private  AnnotationValue right
           
 
Constructor Summary
AnnotationBinaryOperator(AnnotationValue left, AnnotationValue right)
           
 
Method Summary
 AnnotationValue getLeft()
           
 AnnotationValue getRight()
           
 
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
 

Field Detail

left

private AnnotationValue left

right

private AnnotationValue right
Constructor Detail

AnnotationBinaryOperator

public AnnotationBinaryOperator(AnnotationValue left,
                                AnnotationValue right)
Method Detail

getLeft

public AnnotationValue getLeft()

getRight

public AnnotationValue getRight()