org.apache.bcel.generic
public final class INVOKEINTERFACE extends InvokeInstruction
Stack: ..., objectref, [arg1, [arg2 ...]] -> ...
Version: $Id: INVOKEINTERFACE.java 386056 2006-03-15 11:31:56Z tcurdt $
| Field Summary | |
|---|---|
| int | nargs |
| Constructor Summary | |
|---|---|
| INVOKEINTERFACE()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). | |
| INVOKEINTERFACE(int index, int nargs) | |
| Method Summary | |
|---|---|
| void | accept(Visitor v)
Call corresponding visitor method(s). |
| int | consumeStack(ConstantPoolGen cpg) |
| void | dump(DataOutputStream out)
Dump instruction as byte code to stream out. |
| int | getCount()
The count argument according to the Java Language Specification,
Second Edition. |
| Class[] | getExceptions() |
| protected void | initFromFile(ByteSequence bytes, boolean wide)
Read needed data (i.e., index) from file. |
| String | toString(ConstantPool cp) |
Parameters: v Visitor object
Parameters: out Output stream
Returns: mnemonic for instruction with symbolic references resolved