|
|||||||||
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.INVOKEVIRTUAL
INVOKEVIRTUAL - Invoke instance method; dispatch based on class
Stack: ..., objectref, [arg1, [arg2 ...]] -> ...
Fields inherited from class de.fub.bytecode.generic.CPInstruction |
index |
Fields inherited from class de.fub.bytecode.generic.Instruction |
length,
tag |
Constructor Summary | |
INVOKEVIRTUAL(int index)
|
Method Summary | |
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,
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,
getTag,
produceStack,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public INVOKEVIRTUAL(int index)
Method Detail |
public java.lang.Class[] getExceptions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |