java.lang.Object
com.thoughtworks.qdox.model.expression.AnnotationValueList
- 所有已实现的接口:
AnnotationValue,Expression
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明accept(ExpressionVisitor visitor) Accept a visitor for this value.Get a parameter value forJavaAnnotation.getNamedParameter(String).toString()
-
构造器详细资料
-
AnnotationValueList
-
-
方法详细资料
-
getValueList
-
toString
-
accept
Accept a visitor for this value.- 指定者:
accept在接口中AnnotationValue- 参数:
visitor- Visitor- 返回:
- Visitor result
-
getParameterValue
Get a parameter value forJavaAnnotation.getNamedParameter(String).- 指定者:
getParameterValue在接口中Expression- 返回:
- Parameter value
-