ExceptionThrower
, IndexedInstruction
, LoadClass
, StackConsumer
, StackProducer
, TypedInstruction
public class INVOKEVIRTUAL extends InvokeInstruction
Stack: ..., objectref, [arg1, [arg2 ...]] -> ...
index
length, opcode
Constructor | Description |
---|---|
INVOKEVIRTUAL(int index) |
Modifier and Type | Method | Description |
---|---|---|
void |
accept(Visitor v) |
Call corresponding visitor method(s).
|
java.lang.Class<?>[] |
getExceptions() |
dump, getIndex, initFromFile, setIndex, toString
getClassName, getClassType, getLoadClassType, getName, getReferenceType, getSignature
copy, equals, getComparator, getLength, getName, getOpcode, hashCode, readInstruction, setComparator, toString
consumeStack, getArgumentTypes, getMethodName, getReturnType, getType, produceStack, toString
public java.lang.Class<?>[] getExceptions()
public void accept(Visitor v)
accept
in class Instruction
v
- Visitor object