Public Methods | |
ConstantClass (int name_index) | |
ConstantClass (ConstantClass c) | |
void | accept (Visitor v) |
final void | dump (DataOutputStream file) throws IOException |
final int | getNameIndex () |
final void | setNameIndex (int name_index) |
final String | toString () |
ConstantClass (int name_index) | |
ConstantClass (ConstantClass c) | |
void | accept (Visitor v) |
final void | dump (DataOutputStream file) throws IOException |
final int | getNameIndex () |
final void | setNameIndex (int name_index) |
final String | toString () |
Private Methods | |
ConstantClass (DataInputStream file) throws IOException | |
ConstantClass (DataInputStream file) throws IOException | |
Private Attributes | |
int | name_index |
Definition at line 15 of file lib/jpf/de/fub/bytecode/classfile/ConstantClass.java.
|
Definition at line 21 of file lib/jpf/de/fub/bytecode/classfile/ConstantClass.java. |
|
Initialize from another object. Definition at line 28 of file lib/jpf/de/fub/bytecode/classfile/ConstantClass.java. |
|
Initialize instance from file data.
Definition at line 37 of file lib/jpf/de/fub/bytecode/classfile/ConstantClass.java. |
|
Definition at line 21 of file src/de/fub/bytecode/classfile/ConstantClass.java. |
|
Initialize from another object. Definition at line 28 of file src/de/fub/bytecode/classfile/ConstantClass.java. |
|
Initialize instance from file data.
Definition at line 37 of file src/de/fub/bytecode/classfile/ConstantClass.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 Constant. Definition at line 48 of file src/de/fub/bytecode/classfile/ConstantClass.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 Constant. Definition at line 48 of file lib/jpf/de/fub/bytecode/classfile/ConstantClass.java. |
|
Dump constant class to file stream in binary format.
Reimplemented from Constant. Definition at line 57 of file src/de/fub/bytecode/classfile/ConstantClass.java. |
|
Dump constant class to file stream in binary format.
Reimplemented from Constant. Definition at line 57 of file lib/jpf/de/fub/bytecode/classfile/ConstantClass.java. |
|
Definition at line 65 of file src/de/fub/bytecode/classfile/ConstantClass.java. |
|
Definition at line 65 of file lib/jpf/de/fub/bytecode/classfile/ConstantClass.java. Referenced by ConstantClass(), and ConstantPoolGen::ConstantPoolGen().
|
|
Definition at line 69 of file src/de/fub/bytecode/classfile/ConstantClass.java. |
|
Definition at line 69 of file lib/jpf/de/fub/bytecode/classfile/ConstantClass.java. |
|
Reimplemented from Constant. Definition at line 75 of file src/de/fub/bytecode/classfile/ConstantClass.java. |
|
Reimplemented from Constant. Definition at line 75 of file lib/jpf/de/fub/bytecode/classfile/ConstantClass.java. |