public class AnnotationCast extends Object implements AnnotationValue
Constructor and Description |
---|
AnnotationCast(Type type,
AnnotationValue value) |
Modifier and Type | Method and Description |
---|---|
Object |
accept(AnnotationVisitor visitor)
Accept a visitor for this value.
|
Object |
getParameterValue()
Get a parameter value for
Annotation.getNamedParameter(String) . |
Type |
getType() |
AnnotationValue |
getValue() |
String |
toString() |
public AnnotationCast(Type type, AnnotationValue value)
public Type getType()
public AnnotationValue getValue()
public Object accept(AnnotationVisitor visitor)
AnnotationValue
accept
in interface AnnotationValue
visitor
- Visitorpublic Object getParameterValue()
AnnotationValue
Annotation.getNamedParameter(String)
.getParameterValue
in interface AnnotationValue
Copyright © 2002-2013. All Rights Reserved.