AnnotationValue
, Expression
public class ParenExpression extends java.lang.Object implements AnnotationValue
Constructor | Description |
---|---|
ParenExpression(AnnotationValue value) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
accept(ExpressionVisitor visitor) |
Accept a visitor for this value.
|
java.lang.String |
getParameterValue() |
Get a parameter value for
JavaAnnotation.getNamedParameter(String) . |
AnnotationValue |
getValue() |
|
java.lang.String |
toString() |
public ParenExpression(AnnotationValue value)
public AnnotationValue getValue()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object accept(ExpressionVisitor visitor)
accept
in interface AnnotationValue
visitor
- Visitorpublic java.lang.String getParameterValue()
JavaAnnotation.getNamedParameter(String)
.getParameterValue
in interface Expression
Copyright © 2002–2018. All rights reserved.