Class AnnotationCast
java.lang.Object
com.thoughtworks.qdox.model.annotation.AnnotationCast
- All Implemented Interfaces:
AnnotationValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept
(AnnotationVisitor visitor) Accept a visitor for this value.Get a parameter value forAnnotation.getNamedParameter(String)
.getType()
getValue()
toString()
-
Constructor Details
-
AnnotationCast
-
-
Method Details
-
getType
-
getValue
-
accept
Description copied from interface:AnnotationValue
Accept a visitor for this value.- Specified by:
accept
in interfaceAnnotationValue
- Parameters:
visitor
- Visitor- Returns:
- Visitor result
-
getParameterValue
Description copied from interface:AnnotationValue
Get a parameter value forAnnotation.getNamedParameter(String)
.- Specified by:
getParameterValue
in interfaceAnnotationValue
- Returns:
- Parameter value
-
toString
-