|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.fub.bytecode.generic.Instruction | +--de.fub.bytecode.generic.CPInstruction | +--de.fub.bytecode.generic.FieldOrMethod | +--de.fub.bytecode.generic.InvokeInstruction | +--de.fub.bytecode.generic.INVOKESTATIC
INVOKESTATIC - Invoke a class (static) method
Stack: ..., [arg1, [arg2 ...]] -> ...
Fields inherited from class de.fub.bytecode.generic.CPInstruction |
index |
Fields inherited from class de.fub.bytecode.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 de.fub.bytecode.generic.InvokeInstruction |
consumeStack, getArgumentTypes, getMethodName, getReturnType, getType, produceStack, toString |
Methods inherited from class de.fub.bytecode.generic.FieldOrMethod |
getClassName, getClassType, getLoadClassType, getName, getSignature |
Methods inherited from class de.fub.bytecode.generic.CPInstruction |
dump, getIndex, initFromFile, setIndex, toString |
Methods inherited from class de.fub.bytecode.generic.Instruction |
consumeStack, copy, getLength, getOpcode, getTag, produceStack, 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 Instruction
v
- Visitor object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |