public class Utf8Constant extends ConstantPoolEntry
Modifier and Type | Method and Description |
---|---|
int |
export(ConstantPool target)
Exports to the target pool.
|
java.lang.String |
getValue()
Returns the value;
|
void |
setValue(java.lang.String value)
Sets the value;
|
java.lang.String |
toString() |
getConstantPool, getIndex
public java.lang.String getValue()
public void setValue(java.lang.String value)
public int export(ConstantPool target)
public java.lang.String toString()
toString
in class java.lang.Object