com.thoughtworks.qdox.model.annotation

Class AnnotationCast

public class AnnotationCast extends Object implements AnnotationValue

Constructor Summary
AnnotationCast(Type type, AnnotationValue value)
Method Summary
Objectaccept(AnnotationVisitor visitor)
ObjectgetParameterValue()
TypegetType()
AnnotationValuegetValue()
StringtoString()

Constructor Detail

AnnotationCast

public AnnotationCast(Type type, AnnotationValue value)

Method Detail

accept

public Object accept(AnnotationVisitor visitor)

getParameterValue

public Object getParameterValue()

getType

public Type getType()

getValue

public AnnotationValue getValue()

toString

public String toString()