public class StringMemberValue extends MemberValue
Modifier and Type | Field and Description |
---|---|
(package private) int |
valueIndex |
cp, tag
Constructor and Description |
---|
StringMemberValue(ConstPool cp)
Constructs a string constant value.
|
StringMemberValue(int index,
ConstPool cp)
Constructs a string constant value.
|
StringMemberValue(java.lang.String str,
ConstPool cp)
Constructs a string constant value.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(MemberValueVisitor visitor)
Accepts a visitor.
|
(package private) java.lang.Class |
getType(java.lang.ClassLoader cl) |
java.lang.String |
getValue()
Obtains the value of the member.
|
(package private) java.lang.Object |
getValue(java.lang.ClassLoader cl,
ClassPool cp,
java.lang.reflect.Method m)
Returns the value.
|
void |
setValue(java.lang.String newValue)
Sets the value of the member.
|
java.lang.String |
toString()
Obtains the string representation of this object.
|
void |
write(AnnotationsWriter writer)
Writes the value.
|
loadClass
public StringMemberValue(int index, ConstPool cp)
index
- the index of a CONSTANT_Utf8_info structure.public StringMemberValue(java.lang.String str, ConstPool cp)
str
- the initial value.public StringMemberValue(ConstPool cp)
java.lang.Object getValue(java.lang.ClassLoader cl, ClassPool cp, java.lang.reflect.Method m)
MemberValue
getValue
in class MemberValue
java.lang.Class getType(java.lang.ClassLoader cl)
getType
in class MemberValue
public java.lang.String getValue()
public void setValue(java.lang.String 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