org.apache.bcel.generic
public final class INVOKEINTERFACE extends InvokeInstruction
Stack: ..., objectref, [arg1, [arg2 ...]] -> ...
Constructor Summary | |
---|---|
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