AnnotationValue, Expressionpublic class ParenExpression extends Object implements AnnotationValue
| Constructor | Description |
|---|---|
ParenExpression(AnnotationValue value) |
| 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). |
AnnotationValue |
getValue() |
|
String |
toString() |
public ParenExpression(AnnotationValue value)
public AnnotationValue getValue()
public Object accept(ExpressionVisitor visitor)
accept in interface AnnotationValuevisitor - Visitorpublic String getParameterValue()
JavaAnnotation.getNamedParameter(String).getParameterValue in interface ExpressionCopyright © 2002–2018. All rights reserved.