com.thoughtworks.qdox.model.annotation

Class AnnotationBinaryOperator

Implemented Interfaces:
AnnotationValue
Known Direct 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

AnnotationBinaryOperator(AnnotationValue left, AnnotationValue right)

Method Summary

AnnotationValue
getLeft()
AnnotationValue
getRight()

Constructor Details

AnnotationBinaryOperator

public AnnotationBinaryOperator(AnnotationValue left,
                                AnnotationValue right)

Method Details

getLeft

public AnnotationValue getLeft()

getRight

public AnnotationValue getRight()