Public Methods | |
int | consumeStack (ConstantPoolGen cpg) |
Type[] | getArgumentTypes (ConstantPoolGen cpg) |
String | getMethodName (ConstantPoolGen cpg) |
Type | getReturnType (ConstantPoolGen cpg) |
Type | getType (ConstantPoolGen cpg) |
int | produceStack (ConstantPoolGen cpg) |
String | toString (ConstantPool cp) |
int | consumeStack (ConstantPoolGen cpg) |
Type[] | getArgumentTypes (ConstantPoolGen cpg) |
String | getMethodName (ConstantPoolGen cpg) |
Type | getReturnType (ConstantPoolGen cpg) |
Type | getType (ConstantPoolGen cpg) |
int | produceStack (ConstantPoolGen cpg) |
String | toString (ConstantPool cp) |
Public Attributes | |
String | cname |
String | mname |
String | signature |
Protected Methods | |
InvokeInstruction (short tag, int index) | |
InvokeInstruction (short tag, int index) | |
void | init (InstructionHandle h, int o, MethodInfo m, ConstantPool cp) |
Private Methods | |
InvokeInstruction () | |
InvokeInstruction () |
Definition at line 13 of file lib/jpf/de/fub/bytecode/generic/InvokeInstruction.java.
|
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. Definition at line 18 of file lib/jpf/de/fub/bytecode/generic/InvokeInstruction.java. |
|
Definition at line 22 of file lib/jpf/de/fub/bytecode/generic/InvokeInstruction.java. |
|
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. Definition at line 19 of file src/de/fub/bytecode/generic/InvokeInstruction.java. |
|
Definition at line 23 of file src/de/fub/bytecode/generic/InvokeInstruction.java. |
|
Also works for instructions whose stack effect depends on the constant pool entry they reference.
Reimplemented from Instruction. Reimplemented in INVOKEINTERFACE, and INVOKEINTERFACE. Definition at line 31 of file src/de/fub/bytecode/generic/InvokeInstruction.java. |
|
Also works for instructions whose stack effect depends on the constant pool entry they reference.
Reimplemented from Instruction. Reimplemented in INVOKEINTERFACE, and INVOKEINTERFACE. Definition at line 30 of file lib/jpf/de/fub/bytecode/generic/InvokeInstruction.java. |
|
Definition at line 49 of file src/de/fub/bytecode/generic/InvokeInstruction.java. |
|
Definition at line 48 of file lib/jpf/de/fub/bytecode/generic/InvokeInstruction.java. |
|
Definition at line 54 of file src/de/fub/bytecode/generic/InvokeInstruction.java. |
|
Definition at line 53 of file lib/jpf/de/fub/bytecode/generic/InvokeInstruction.java. |
|
Definition at line 59 of file src/de/fub/bytecode/generic/InvokeInstruction.java. |
|
Definition at line 58 of file lib/jpf/de/fub/bytecode/generic/InvokeInstruction.java. |
|
Reimplemented from TypedInstruction. Definition at line 64 of file src/de/fub/bytecode/generic/InvokeInstruction.java. |
|
Reimplemented from TypedInstruction. Definition at line 63 of file lib/jpf/de/fub/bytecode/generic/InvokeInstruction.java. |
|
Also works for instructions whose stack effect depends on the constant pool entry they reference.
Reimplemented from Instruction. Definition at line 72 of file src/de/fub/bytecode/generic/InvokeInstruction.java. |
|
Also works for instructions whose stack effect depends on the constant pool entry they reference.
Reimplemented from Instruction. Definition at line 71 of file lib/jpf/de/fub/bytecode/generic/InvokeInstruction.java. |
|
Reimplemented from Instruction. Reimplemented in INVOKEINTERFACE, and INVOKEINTERFACE. Definition at line 78 of file src/de/fub/bytecode/generic/InvokeInstruction.java. |
|
Reimplemented from Instruction. Reimplemented in INVOKEINTERFACE, and INVOKEINTERFACE. Definition at line 77 of file lib/jpf/de/fub/bytecode/generic/InvokeInstruction.java. |