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