public class INVOKEVIRTUAL extends InvokeInstruction
Stack: ..., objectref, [arg1, [arg2 ...]] -> ...
indexlength, opcode| Constructor and Description |
|---|
INVOKEVIRTUAL()
Empty constructor needed for Instruction.readInstruction.
|
INVOKEVIRTUAL(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
Call corresponding visitor method(s).
|
void |
dump(java.io.DataOutputStream out)
Dump instruction as byte code to stream out.
|
java.lang.Class<?>[] |
getExceptions() |
consumeStack, getArgumentTypes, getClassName, getMethodName, getReturnType, getType, produceStack, toStringgetClassType, getLoadClassType, getName, getReferenceType, getSignaturegetIndex, initFromFile, setIndex, toStringcopy, dispose, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, readInstruction, setComparator, setLength, setOpcode, toStringINVOKEVIRTUAL()
public INVOKEVIRTUAL(int index)
public void dump(java.io.DataOutputStream out)
throws java.io.IOException
dump in class CPInstructionout - Output streamjava.io.IOExceptionpublic java.lang.Class<?>[] getExceptions()
public void accept(Visitor v)
accept in class Instructionv - Visitor object