Class TypeRef
java.lang.Object
com.thoughtworks.qdox.model.expression.TypeRef
- All Implemented Interfaces:
AnnotationValue, Expression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(ExpressionVisitor visitor) Accept a visitor for this value.Get a parameter value forJavaAnnotation.getNamedParameter(String).getType()toString()
-
Constructor Details
-
TypeRef
-
-
Method Details
-
getType
-
toString
-
accept
Accept a visitor for this value.- Specified by:
acceptin interfaceAnnotationValue- Parameters:
visitor- Visitor- Returns:
- Visitor result
-
getParameterValue
Get a parameter value forJavaAnnotation.getNamedParameter(String).- Specified by:
getParameterValuein interfaceExpression- Returns:
- Parameter value
-