All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----harpoon.ClassFile.Raw.Constant.Constant | +----harpoon.ClassFile.Raw.Constant.ConstantValue | +----harpoon.ClassFile.Raw.Constant.ConstantString
CONSTANT_String_info
structure is used to
represent constant objects of the type
java.lang.String
.
string_index
item must be a valid
index into the constant_pool
table.
java.lang.String
.
public int string_index
string_index
item must be a valid
index into the constant_pool
table. The
constant_pool
entry at that point must be a
CONSTANT_Utf8_info
representing the sequence of
characters to which the java.lang.String
object is
to be initialized.
public ConstantString(ClassFile parent, int string_index)
public void write(ClassDataOutputStream out) throws IOException
public ConstantUtf8 string_index()
public String string()
public Object value()
java.lang.String
.
public String toString()
All Packages Class Hierarchy This Package Previous Next Index