com.thoughtworks.qdox.model.annotation

Class AnnotationCast

Implemented Interfaces:
AnnotationValue

public class AnnotationCast
extends java.lang.Object
implements AnnotationValue

Constructor Summary

AnnotationCast(Type type, AnnotationValue value)

Method Summary

Object
accept(AnnotationVisitor visitor)
Object
getParameterValue()
Type
getType()
AnnotationValue
getValue()
String
toString()

Constructor Details

AnnotationCast

public AnnotationCast(Type type,
                      AnnotationValue value)

Method Details

accept

public Object accept(AnnotationVisitor visitor)
Specified by:
accept in interface AnnotationValue

getParameterValue

public Object getParameterValue()
Specified by:
getParameterValue in interface AnnotationValue

getType

public Type getType()

getValue

public AnnotationValue getValue()

toString

public String toString()