javassist.bytecode.annotation
public class AnnotationMemberValue extends MemberValue
Constructor Summary | |
---|---|
AnnotationMemberValue(ConstPool cp)
Constructs an annotation member. | |
AnnotationMemberValue(Annotation a, ConstPool cp)
Constructs an annotation member. |
Method Summary | |
---|---|
void | accept(MemberValueVisitor visitor)
Accepts a visitor. |
Annotation | getValue()
Obtains the value. |
void | setValue(Annotation newValue)
Sets the value of this member. |
String | toString()
Obtains the string representation of this object. |
void | write(AnnotationsWriter writer)
Writes the value. |