Public Methods | |
INVOKEINTERFACE (int index, int nargs) | |
int | consumeStack (ConstantPoolGen cpg) |
void | dump (DataOutputStream out) throws IOException |
Class[] | getExceptions () |
int | getNoArguments () |
String | toString (ConstantPool cp) |
boolean | examine (SystemState ss, KernelState ks, ThreadInfo th) |
InstructionHandle | execute (SystemState ss, KernelState ks, ThreadInfo th) |
boolean | isExecutable (SystemState ss, KernelState ks, ThreadInfo th) |
void | setPeer (de.fub.bytecode.generic.Instruction i) |
INVOKEINTERFACE (int index, int nargs) | |
void | accept (Visitor v) |
int | consumeStack (ConstantPoolGen cpg) |
void | dump (DataOutputStream out) throws IOException |
Class[] | getExceptions () |
int | getNoArguments () |
String | toString (ConstantPool cp) |
boolean | examine (SystemState ss, KernelState ks, ThreadInfo th) |
Instruction | execute (SystemState ss, KernelState ks, ThreadInfo th) |
boolean | isExecutable (SystemState ss, KernelState ks, ThreadInfo th) |
void | setPeer (de.fub.bytecode.generic.Instruction i, ConstantPool cp) |
Protected Methods | |
void | initFromFile (ByteSequence bytes, boolean wide) throws IOException |
void | initFromFile (ByteSequence bytes, boolean wide) throws IOException |
Private Methods | |
INVOKEINTERFACE () | |
INVOKEINTERFACE () | |
Private Attributes | |
int | nargs |
de fub bytecode generic INVOKEINTERFACE | peer |
Stack: ..., objectref, [arg1, [arg2 ...]] -> ...
Definition at line 16 of file lib/jpf/de/fub/bytecode/generic/INVOKEINTERFACE.java.
|
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. Definition at line 23 of file lib/jpf/de/fub/bytecode/generic/INVOKEINTERFACE.java. |
|
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. Definition at line 24 of file src/de/fub/bytecode/generic/INVOKEINTERFACE.java. |
|
Call corresponding visitor method(s). The order is: Call visitor methods of implemented interfaces first, then call methods according to the class hierarchy in descending order, i.e., the most specific visitXXX() call comes last.
Reimplemented from Instruction. Definition at line 42 of file src/de/fub/bytecode/generic/INVOKEINTERFACE.java. |
|
Also works for instructions whose stack effect depends on the constant pool entry they reference.
Reimplemented from InvokeInstruction. Definition at line 53 of file src/de/fub/bytecode/generic/INVOKEINTERFACE.java. |
|
Also works for instructions whose stack effect depends on the constant pool entry they reference.
Reimplemented from InvokeInstruction. Definition at line 33 of file lib/jpf/de/fub/bytecode/generic/INVOKEINTERFACE.java. |
|
Dump instruction as byte code to stream out.
Reimplemented from FieldOrMethod. Definition at line 60 of file src/de/fub/bytecode/generic/INVOKEINTERFACE.java. |
|
Dump instruction as byte code to stream out.
Reimplemented from FieldOrMethod. Definition at line 39 of file lib/jpf/de/fub/bytecode/generic/INVOKEINTERFACE.java. |
|
Read needed data (i.e., index) from file. Reimplemented from Instruction. Definition at line 83 of file src/de/fub/bytecode/generic/INVOKEINTERFACE.java. |
|
Read needed data (i.e. index) from file. Reimplemented from Instruction. Definition at line 60 of file lib/jpf/de/fub/bytecode/generic/INVOKEINTERFACE.java. |
|
Reimplemented from InvokeInstruction. Definition at line 95 of file src/de/fub/bytecode/generic/INVOKEINTERFACE.java. |
|
Reimplemented from InvokeInstruction. Definition at line 72 of file lib/jpf/de/fub/bytecode/generic/INVOKEINTERFACE.java. |