|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavassist.bytecode.annotation.MemberValue
javassist.bytecode.annotation.AnnotationMemberValue
public class AnnotationMemberValue
Nested annotation.
Constructor Summary | |
---|---|
AnnotationMemberValue(Annotation a,
ConstPool cp)
Constructs an annotation member. |
|
AnnotationMemberValue(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. |
java.lang.String |
toString()
Obtains the string representation of this object. |
void |
write(AnnotationsWriter writer)
Writes the value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnnotationMemberValue(ConstPool cp)
public AnnotationMemberValue(Annotation a, ConstPool cp)
Method Detail |
---|
public Annotation getValue()
public void setValue(Annotation newValue)
public java.lang.String toString()
toString
in class java.lang.Object
public void write(AnnotationsWriter writer) throws java.io.IOException
write
in class MemberValue
java.io.IOException
public void accept(MemberValueVisitor visitor)
accept
in class MemberValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |