Public Methods | |
PMGClass (int name_index, int length, int pmg_index, int pmg_class_index, ConstantPool constant_pool) | |
PMGClass (PMGClass c) | |
void | accept (Visitor v) |
Attribute | copy (ConstantPool constant_pool) |
final void | dump (DataOutputStream file) throws IOException |
final int | getPMGClassIndex () |
final String | getPMGClassName () |
final int | getPMGIndex () |
final String | getPMGName () |
final void | setPMGClassIndex (int pmg_class_index) |
final void | setPMGIndex (int pmg_index) |
final String | toString () |
PMGClass (int name_index, int length, int pmg_index, int pmg_class_index, ConstantPool constant_pool) | |
PMGClass (PMGClass c) | |
void | accept (Visitor v) |
Attribute | copy (ConstantPool constant_pool) |
final void | dump (DataOutputStream file) throws IOException |
final int | getPMGClassIndex () |
final String | getPMGClassName () |
final int | getPMGIndex () |
final String | getPMGName () |
final void | setPMGClassIndex (int pmg_class_index) |
final void | setPMGIndex (int pmg_index) |
final String | toString () |
Private Methods | |
PMGClass (int name_index, int length, DataInputStream file, ConstantPool constant_pool) throws IOException | |
PMGClass (int name_index, int length, DataInputStream file, ConstantPool constant_pool) throws IOException | |
Private Attributes | |
int | pmg_class_index |
int | pmg_index |
Definition at line 15 of file lib/jpf/de/fub/bytecode/classfile/PMGClass.java.
|
Definition at line 24 of file lib/jpf/de/fub/bytecode/classfile/PMGClass.java. |
|
Construct object from file stream.
Definition at line 39 of file lib/jpf/de/fub/bytecode/classfile/PMGClass.java. |
|
Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy. Definition at line 49 of file lib/jpf/de/fub/bytecode/classfile/PMGClass.java. |
|
Definition at line 24 of file src/de/fub/bytecode/classfile/PMGClass.java. |
|
Construct object from file stream.
Definition at line 39 of file src/de/fub/bytecode/classfile/PMGClass.java. |
|
Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy. Definition at line 49 of file src/de/fub/bytecode/classfile/PMGClass.java. |
|
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class. I.e., the hierarchy of methods, fields, attributes, etc. spawns a tree of objects.
Reimplemented from Attribute. Definition at line 60 of file src/de/fub/bytecode/classfile/PMGClass.java. |
|
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class. I.e., the hierarchy of methods, fields, attributes, etc. spawns a tree of objects.
Reimplemented from Attribute. Definition at line 60 of file lib/jpf/de/fub/bytecode/classfile/PMGClass.java. |
|
Reimplemented from Attribute. Definition at line 66 of file src/de/fub/bytecode/classfile/PMGClass.java. |
|
Reimplemented from Attribute. Definition at line 66 of file lib/jpf/de/fub/bytecode/classfile/PMGClass.java. |
|
Dump source file attribute to file stream in binary format.
Reimplemented from Attribute. Definition at line 75 of file src/de/fub/bytecode/classfile/PMGClass.java. |
|
Dump source file attribute to file stream in binary format.
Reimplemented from Attribute. Definition at line 75 of file lib/jpf/de/fub/bytecode/classfile/PMGClass.java. |
|
Definition at line 84 of file src/de/fub/bytecode/classfile/PMGClass.java. |
|
Definition at line 84 of file lib/jpf/de/fub/bytecode/classfile/PMGClass.java. Referenced by PMGClass().
|
|
Definition at line 88 of file src/de/fub/bytecode/classfile/PMGClass.java. |
|
Definition at line 88 of file lib/jpf/de/fub/bytecode/classfile/PMGClass.java. |
|
Definition at line 96 of file src/de/fub/bytecode/classfile/PMGClass.java. |
|
Definition at line 96 of file lib/jpf/de/fub/bytecode/classfile/PMGClass.java. Referenced by PMGClass().
|
|
Definition at line 100 of file src/de/fub/bytecode/classfile/PMGClass.java. |
|
Definition at line 100 of file lib/jpf/de/fub/bytecode/classfile/PMGClass.java. |
|
Definition at line 108 of file src/de/fub/bytecode/classfile/PMGClass.java. |
|
Definition at line 108 of file lib/jpf/de/fub/bytecode/classfile/PMGClass.java. |
|
Definition at line 114 of file src/de/fub/bytecode/classfile/PMGClass.java. |
|
Definition at line 114 of file lib/jpf/de/fub/bytecode/classfile/PMGClass.java. |
|
Reimplemented from Attribute. Definition at line 120 of file src/de/fub/bytecode/classfile/PMGClass.java. |
|
Reimplemented from Attribute. Definition at line 120 of file lib/jpf/de/fub/bytecode/classfile/PMGClass.java. |