AnnotationValue
, Expression
public class LessEquals extends BinaryOperator
Constructor | Description |
---|---|
LessEquals(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, getRight
public LessEquals(AnnotationValue left, AnnotationValue right)
public Object accept(ExpressionVisitor visitor)
visitor
- Visitorpublic String getParameterValue()
JavaAnnotation.getNamedParameter(String)
.Copyright © 2002–2018. All rights reserved.