com.thoughtworks.qdox.model.annotation
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 Object
- implements AnnotationValue
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationBinaryOperator
public AnnotationBinaryOperator(AnnotationValue left,
AnnotationValue right)
getLeft
public AnnotationValue getLeft()
getRight
public AnnotationValue getRight()
Copyright © 2002-2011. All Rights Reserved.