Public Methods | |
ConstantCP (ConstantCP c) | |
final void | dump (DataOutputStream file) throws IOException |
final int | getClassIndex () |
final int | getNameAndTypeIndex () |
final void | setClassIndex (int class_index) |
final void | setNameAndTypeIndex (int name_and_type_index) |
final String | toString () |
ConstantCP (ConstantCP c) | |
final void | dump (DataOutputStream file) throws IOException |
final int | getClassIndex () |
final int | getNameAndTypeIndex () |
final void | setClassIndex (int class_index) |
final void | setNameAndTypeIndex (int name_and_type_index) |
final String | toString () |
Protected Methods | |
ConstantCP (byte tag, int class_index, int name_and_type_index) | |
ConstantCP (byte tag, int class_index, int name_and_type_index) | |
Protected Attributes | |
int | class_index |
int | name_and_type_index |
Private Methods | |
ConstantCP (byte tag, DataInputStream file) throws IOException | |
ConstantCP (byte tag, DataInputStream file) throws IOException |
Definition at line 14 of file lib/jpf/de/fub/bytecode/classfile/ConstantCP.java.
|
Definition at line 23 of file lib/jpf/de/fub/bytecode/classfile/ConstantCP.java. |
|
Initialize instance from file data.
Definition at line 36 of file lib/jpf/de/fub/bytecode/classfile/ConstantCP.java. |
|
Initialize from another object. Definition at line 43 of file lib/jpf/de/fub/bytecode/classfile/ConstantCP.java. |
|
Definition at line 23 of file src/de/fub/bytecode/classfile/ConstantCP.java. |
|
Initialize instance from file data.
Definition at line 36 of file src/de/fub/bytecode/classfile/ConstantCP.java. |
|
Initialize from another object. Definition at line 43 of file src/de/fub/bytecode/classfile/ConstantCP.java. |
|
Dump constant field reference to file stream in binary format.
Reimplemented from Constant. Definition at line 52 of file src/de/fub/bytecode/classfile/ConstantCP.java. |
|
Dump constant field reference to file stream in binary format.
Reimplemented from Constant. Definition at line 52 of file lib/jpf/de/fub/bytecode/classfile/ConstantCP.java. |
|
Definition at line 61 of file src/de/fub/bytecode/classfile/ConstantCP.java. |
|
Definition at line 61 of file lib/jpf/de/fub/bytecode/classfile/ConstantCP.java. Referenced by ConstantCP(), ConstantFieldref::ConstantFieldref(), ConstantInterfaceMethodref::ConstantInterfaceMethodref(), ConstantMethodref::ConstantMethodref(), ConstantPoolGen::ConstantPoolGen(), CodeHTML::codeToHTML(), and FieldOrMethod::getClassName().
|
|
Definition at line 65 of file src/de/fub/bytecode/classfile/ConstantCP.java. |
|
Definition at line 65 of file lib/jpf/de/fub/bytecode/classfile/ConstantCP.java. Referenced by ConstantCP(), ConstantFieldref::ConstantFieldref(), ConstantInterfaceMethodref::ConstantInterfaceMethodref(), ConstantMethodref::ConstantMethodref(), ConstantPoolGen::ConstantPoolGen(), CodeHTML::codeToHTML(), FieldOrMethod::getName(), and FieldOrMethod::getSignature().
|
|
Definition at line 69 of file src/de/fub/bytecode/classfile/ConstantCP.java. |
|
Definition at line 69 of file lib/jpf/de/fub/bytecode/classfile/ConstantCP.java. |
|
Definition at line 75 of file src/de/fub/bytecode/classfile/ConstantCP.java. |
|
Definition at line 75 of file lib/jpf/de/fub/bytecode/classfile/ConstantCP.java. |
|
Reimplemented from Constant. Definition at line 81 of file src/de/fub/bytecode/classfile/ConstantCP.java. |
|
Reimplemented from Constant. Definition at line 81 of file lib/jpf/de/fub/bytecode/classfile/ConstantCP.java. |
|
References to the constants containing the class and the field signature Definition at line 17 of file src/de/fub/bytecode/classfile/ConstantCP.java. |
|
References to the constants containing the class and the field signature Definition at line 17 of file src/de/fub/bytecode/classfile/ConstantCP.java. |