AnnotationValue, ExpressionAdd, And, Divide, Equals, ExclusiveOr, GreaterEquals, GreaterThan, LessEquals, LessThan, LogicalAnd, LogicalOr, Multiply, NotEquals, Or, Remainder, ShiftLeft, ShiftRight, Subtract, UnsignedShiftRightpublic abstract class BinaryOperator extends Object implements AnnotationValue
| Constructor | Description |
|---|---|
BinaryOperator(AnnotationValue left,
AnnotationValue right) |
| Modifier and Type | Method | Description |
|---|---|---|
AnnotationValue |
getLeft() |
|
AnnotationValue |
getRight() |
acceptgetParameterValuepublic BinaryOperator(AnnotationValue left, AnnotationValue right)
public AnnotationValue getLeft()
public AnnotationValue getRight()
Copyright © 2002–2018. All rights reserved.