public abstract class BinaryOperator extends Object implements AnnotationValue
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
public BinaryOperator(AnnotationValue left, AnnotationValue right)
public AnnotationValue getLeft()
public AnnotationValue getRight()
Copyright © 2002–2022. All rights reserved.