public abstract class AnnotationBinaryOperator extends java.lang.Object implements AnnotationValue
| Constructor and Description |
|---|
AnnotationBinaryOperator(AnnotationValue left,
AnnotationValue right) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationValue |
getLeft() |
AnnotationValue |
getRight() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, getParameterValuepublic AnnotationBinaryOperator(AnnotationValue left, AnnotationValue right)
public AnnotationValue getLeft()
public AnnotationValue getRight()