All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----harpoon.ClassFile.Raw.Constant.Constant | +----harpoon.ClassFile.Raw.Constant.ConstantClass
CONSTANT_Class_info
structure is used to
represent a class or an interface.
name_index
item must be a valid
index into the constant_pool
table of
parent
.
public int name_index
name_index
item must be a valid
index into the constant_pool
table of
parent
. The constant_pool
entry at
that index must be a CONSTANT_Utf8_info
structure
representing a valid fully qualified Java class name that has
been converted to the class
file's internal form.
public ConstantClass(ClassFile parent, int name_index)
public void write(ClassDataOutputStream out) throws IOException
public ConstantUtf8 name_index()
public String name()
public String toString()
All Packages Class Hierarchy This Package Previous Next Index