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