AnnotationValue, Expressionpublic class GreaterThan extends BinaryOperator
| Constructor | Description |
|---|---|
GreaterThan(AnnotationValue left,
AnnotationValue right) |
| Modifier and Type | Method | Description |
|---|---|---|
Object |
accept(ExpressionVisitor visitor) |
Accept a visitor for this value.
|
String |
getParameterValue() |
Get a parameter value for
JavaAnnotation.getNamedParameter(String). |
String |
toString() |
getLeft, getRightpublic GreaterThan(AnnotationValue left, AnnotationValue right)
public Object accept(ExpressionVisitor visitor)
visitor - Visitorpublic String getParameterValue()
JavaAnnotation.getNamedParameter(String).Copyright © 2002–2018. All rights reserved.