|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.qdox.model.annotation.AnnotationCast
public class AnnotationCast
Constructor Summary | |
---|---|
AnnotationCast(Type type,
AnnotationValue value)
|
Method Summary | |
---|---|
java.lang.Object |
accept(AnnotationVisitor visitor)
Accept a visitor for this value. |
java.lang.Object |
getParameterValue()
Get a parameter value for Annotation.getNamedParameter(String) . |
Type |
getType()
|
AnnotationValue |
getValue()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnnotationCast(Type type, AnnotationValue value)
Method Detail |
---|
public Type getType()
public AnnotationValue getValue()
public java.lang.Object accept(AnnotationVisitor visitor)
AnnotationValue
accept
in interface AnnotationValue
visitor
- Visitor
public java.lang.Object getParameterValue()
AnnotationValue
Annotation.getNamedParameter(String)
.
getParameterValue
in interface AnnotationValue
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |