public final class PMGClass extends Attribute
Attribute
,
Serialized Formconstant_pool, length, name_index, tag
Constructor and Description |
---|
PMGClass(int name_index,
int length,
int pmg_index,
int pmg_class_index,
ConstantPool constant_pool) |
Modifier and Type | Method and Description |
---|---|
Attribute |
copy(ConstantPool _constant_pool) |
String |
getPMGClassName() |
String |
getPMGName() |
String |
toString() |
clone, getName, getTag, readAttribute
public PMGClass(int name_index, int length, int pmg_index, int pmg_class_index, ConstantPool constant_pool)
name_index
- Index in constant pool to CONSTANT_Utf8length
- Content length in bytespmg_index
- index in constant pool for source file namepmg_class_index
- Index in constant pool to CONSTANT_Utf8constant_pool
- Array of constantspublic final String getPMGName()
public final String getPMGClassName()
public final String toString()
public Attribute copy(ConstantPool _constant_pool)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.