org.apache.bcel.generic
public class INVOKESTATIC extends InvokeInstruction
Stack: ..., [arg1, [arg2 ...]] -> ...
Version: $Id: INVOKESTATIC.java 386056 2006-03-15 11:31:56Z tcurdt $
| Constructor Summary | |
|---|---|
| INVOKESTATIC()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). | |
| INVOKESTATIC(int index) | |
| Method Summary | |
|---|---|
| void | accept(Visitor v)
Call corresponding visitor method(s). |
| Class[] | getExceptions() |
Parameters: v Visitor object