public class AnnotationMemberValue extends MemberValue
| Constructor and Description |
|---|
AnnotationMemberValue(Annotation a,
ConstPool cp)
Constructs an annotation member.
|
AnnotationMemberValue(ConstPool cp)
Constructs an annotation member.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(MemberValueVisitor visitor)
Accepts a visitor.
|
Annotation |
getValue()
Obtains the value.
|
void |
setValue(Annotation newValue)
Sets the value of this member.
|
java.lang.String |
toString()
Obtains the string representation of this object.
|
void |
write(AnnotationsWriter writer)
Writes the value.
|
public AnnotationMemberValue(ConstPool cp)
public AnnotationMemberValue(Annotation a, ConstPool cp)
public Annotation getValue()
public void setValue(Annotation newValue)
public java.lang.String toString()
toString in class java.lang.Objectpublic void write(AnnotationsWriter writer) throws java.io.IOException
write in class MemberValuejava.io.IOExceptionpublic void accept(MemberValueVisitor visitor)
accept in class MemberValueJavassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.