Public Methods | |
ConstantMethodref (int class_index, int name_and_type_index) | |
ConstantMethodref (ConstantMethodref c) | |
void | accept (Visitor v) |
ConstantMethodref (int class_index, int name_and_type_index) | |
ConstantMethodref (ConstantMethodref c) | |
void | accept (Visitor v) |
Private Methods | |
ConstantMethodref (DataInputStream file) throws IOException | |
ConstantMethodref (DataInputStream file) throws IOException |
Definition at line 12 of file lib/jpf/de/fub/bytecode/classfile/ConstantMethodref.java.
|
Definition at line 17 of file lib/jpf/de/fub/bytecode/classfile/ConstantMethodref.java. |
|
Initialize from another object. Definition at line 24 of file lib/jpf/de/fub/bytecode/classfile/ConstantMethodref.java. |
|
Initialize instance from file data.
Definition at line 33 of file lib/jpf/de/fub/bytecode/classfile/ConstantMethodref.java. |
|
Definition at line 17 of file src/de/fub/bytecode/classfile/ConstantMethodref.java. |
|
Initialize from another object. Definition at line 24 of file src/de/fub/bytecode/classfile/ConstantMethodref.java. |
|
Initialize instance from file data.
Definition at line 33 of file src/de/fub/bytecode/classfile/ConstantMethodref.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 44 of file src/de/fub/bytecode/classfile/ConstantMethodref.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 44 of file lib/jpf/de/fub/bytecode/classfile/ConstantMethodref.java. |