All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----harpoon.ClassFile.Raw.Constant.Constant | +----harpoon.ClassFile.Raw.Constant.ConstantUtf8
CONSTANT_Utf8_info
structure is used to represent
constant string values. UTF-8 strings are encoded so that character sequences that contain only non-null ASCII characters can be represented using only one byte per character, but characters of up to 16 bits can be represented.
public String val
public ConstantUtf8(ClassFile parent, String val)
public void write(ClassDataOutputStream out) throws IOException
public String toString()
All Packages Class Hierarchy This Package Previous Next Index