|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.bcel.generic.Instruction
|
+--org.apache.bcel.generic.CPInstruction
|
+--org.apache.bcel.generic.FieldOrMethod
|
+--org.apache.bcel.generic.InvokeInstruction
|
+--org.apache.bcel.generic.INVOKESTATIC
INVOKESTATIC - Invoke a class (static) method
Stack: ..., [arg1, [arg2 ...]] -> ...
| Fields inherited from class org.apache.bcel.generic.CPInstruction |
index |
| Fields inherited from class org.apache.bcel.generic.Instruction |
length, opcode |
| Constructor Summary | |
INVOKESTATIC(int index)
|
|
| Method Summary | |
void |
accept(Visitor v)
Call corresponding visitor method(s). |
java.lang.Class[] |
getExceptions()
|
| Methods inherited from class org.apache.bcel.generic.InvokeInstruction |
consumeStack, getArgumentTypes, getMethodName, getReturnType, getType, produceStack, toString |
| Methods inherited from class org.apache.bcel.generic.FieldOrMethod |
getClassName, getClassType, getLoadClassType, getName, getSignature |
| Methods inherited from class org.apache.bcel.generic.CPInstruction |
dump, getIndex, initFromFile, setIndex, toString |
| Methods inherited from class org.apache.bcel.generic.Instruction |
copy, getLength, getOpcode, readInstruction, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public INVOKESTATIC(int index)
| Method Detail |
public java.lang.Class[] getExceptions()
public void accept(Visitor v)
accept in class Instructionv - Visitor object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||