Class Cast
java.lang.Object
com.thoughtworks.qdox.model.expression.Cast
- 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()getValue()toString()
-
Field Details
-
type
-
value
-
-
Constructor Details
-
Cast
-
-
Method Details
-
getType
-
getValue
-
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
-
toString
-