public class INVOKEVIRTUAL extends InvokeInstruction
Stack: ..., objectref, [arg1, [arg2 ...]] -> ...
indexlength, opcode| Constructor and Description |
|---|
INVOKEVIRTUAL(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
Call corresponding visitor method(s).
|
Class[] |
getExceptions() |
consumeStack, getArgumentTypes, getMethodName, getReturnType, getType, produceStack, toStringgetClassName, getClassType, getLoadClassType, getName, getSignaturedump, getIndex, initFromFile, setIndex, toStringcopy, equals, getComparator, getLength, getName, getOpcode, readInstruction, setComparator, toStringpublic Class[] getExceptions()
public void accept(Visitor v)
accept in class Instructionv - Visitor objectCopyright © 2018–2021 mhoffrogge. All rights reserved.