com.thoughtworks.qdox.model.annotation

Class AnnotationBinaryOperator

public abstract class AnnotationBinaryOperator extends Object implements AnnotationValue

Constructor Summary
AnnotationBinaryOperator(AnnotationValue left, AnnotationValue right)
Method Summary
AnnotationValuegetLeft()
AnnotationValuegetRight()

Constructor Detail

AnnotationBinaryOperator

public AnnotationBinaryOperator(AnnotationValue left, AnnotationValue right)

Method Detail

getLeft

public AnnotationValue getLeft()

getRight

public AnnotationValue getRight()