AnnotationValue
, Expression
public class AnnotationValueList extends java.lang.Object implements AnnotationValue
Constructor | Description |
---|---|
AnnotationValueList(java.util.List<AnnotationValue> valueList) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
accept(ExpressionVisitor visitor) |
Accept a visitor for this value.
|
java.util.List<java.lang.Object> |
getParameterValue() |
Get a parameter value for
JavaAnnotation.getNamedParameter(String) . |
java.util.List<AnnotationValue> |
getValueList() |
|
java.lang.String |
toString() |
public AnnotationValueList(java.util.List<AnnotationValue> valueList)
public java.util.List<AnnotationValue> getValueList()
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.util.List<java.lang.Object> getParameterValue()
JavaAnnotation.getNamedParameter(String)
.getParameterValue
in interface Expression
Copyright © 2002–2018. All rights reserved.