com.thoughtworks.qdox.model.annotation
public class AnnotationCast extends Object implements AnnotationValue
| Constructor Summary | |
|---|---|
| AnnotationCast(Type type, AnnotationValue value) | |
| Method Summary | |
|---|---|
| Object | accept(AnnotationVisitor visitor) |
| Object | getParameterValue() |
| Type | getType() |
| AnnotationValue | getValue() |
| String | toString() |