Public Methods | |
ConstantNameAndType (int name_index, int signature_index) | |
ConstantNameAndType (ConstantNameAndType c) | |
void | accept (Visitor v) |
final void | dump (DataOutputStream file) throws IOException |
final int | getNameIndex () |
final int | getSignatureIndex () |
final void | setNameIndex (int name_index) |
final void | setSignatureIndex (int signature_index) |
final String | toString () |
ConstantNameAndType (int name_index, int signature_index) | |
ConstantNameAndType (ConstantNameAndType c) | |
void | accept (Visitor v) |
final void | dump (DataOutputStream file) throws IOException |
final int | getNameIndex () |
final int | getSignatureIndex () |
final void | setNameIndex (int name_index) |
final void | setSignatureIndex (int signature_index) |
final String | toString () |
Private Methods | |
ConstantNameAndType (DataInputStream file) throws IOException | |
ConstantNameAndType (DataInputStream file) throws IOException | |
Private Attributes | |
int | name_index |
int | signature_index |
Definition at line 16 of file lib/jpf/de/fub/bytecode/classfile/ConstantNameAndType.java.
|
Definition at line 24 of file lib/jpf/de/fub/bytecode/classfile/ConstantNameAndType.java. |
|
Initialize from another object. Definition at line 34 of file lib/jpf/de/fub/bytecode/classfile/ConstantNameAndType.java. |
|
Initialize instance from file data.
Definition at line 43 of file lib/jpf/de/fub/bytecode/classfile/ConstantNameAndType.java. |
|
Definition at line 24 of file src/de/fub/bytecode/classfile/ConstantNameAndType.java. |
|
Initialize from another object. Definition at line 34 of file src/de/fub/bytecode/classfile/ConstantNameAndType.java. |
|
Initialize instance from file data.
Definition at line 43 of file src/de/fub/bytecode/classfile/ConstantNameAndType.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 54 of file src/de/fub/bytecode/classfile/ConstantNameAndType.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 54 of file lib/jpf/de/fub/bytecode/classfile/ConstantNameAndType.java. |
|
Dump name and signature index to file stream in binary format.
Reimplemented from Constant. Definition at line 63 of file src/de/fub/bytecode/classfile/ConstantNameAndType.java. |
|
Dump name and signature index to file stream in binary format.
Reimplemented from Constant. Definition at line 63 of file lib/jpf/de/fub/bytecode/classfile/ConstantNameAndType.java. |
|
Definition at line 72 of file src/de/fub/bytecode/classfile/ConstantNameAndType.java. |
|
Definition at line 72 of file lib/jpf/de/fub/bytecode/classfile/ConstantNameAndType.java. Referenced by ConstantNameAndType(), ConstantPoolGen::ConstantPoolGen(), and FieldOrMethod::getName().
|
|
Definition at line 76 of file src/de/fub/bytecode/classfile/ConstantNameAndType.java. |
|
Definition at line 76 of file lib/jpf/de/fub/bytecode/classfile/ConstantNameAndType.java. Referenced by ConstantNameAndType(), ConstantPoolGen::ConstantPoolGen(), CodeHTML::codeToHTML(), and FieldOrMethod::getSignature().
|
|
Definition at line 80 of file src/de/fub/bytecode/classfile/ConstantNameAndType.java. |
|
Definition at line 80 of file lib/jpf/de/fub/bytecode/classfile/ConstantNameAndType.java. |
|
Definition at line 86 of file src/de/fub/bytecode/classfile/ConstantNameAndType.java. |
|
Definition at line 86 of file lib/jpf/de/fub/bytecode/classfile/ConstantNameAndType.java. |
|
Reimplemented from Constant. Definition at line 92 of file src/de/fub/bytecode/classfile/ConstantNameAndType.java. |
|
Reimplemented from Constant. Definition at line 92 of file lib/jpf/de/fub/bytecode/classfile/ConstantNameAndType.java. |