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