Class TypeRef
java.lang.Object
com.thoughtworks.qdox.model.expression.TypeRef
- All Implemented Interfaces:
AnnotationValue
,Expression
-
Field Summary
Fields -
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()
-
Field Details
-
type
-
-
Constructor Details
-
TypeRef
-
-
Method Details
-
getType
-
toString
-
accept
Accept a visitor for this value.- Specified by:
accept
in interfaceAnnotationValue
- Parameters:
visitor
- Visitor- Returns:
- Visitor result
-
getParameterValue
Get a parameter value forJavaAnnotation.getNamedParameter(String)
.- Specified by:
getParameterValue
in interfaceExpression
- Returns:
- Parameter value
-