public class INVOKESPECIAL extends InvokeInstruction
Stack: ..., objectref, [arg1, [arg2 ...]] -> ...
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
indexlength, opcode| Constructor and Description |
|---|
INVOKESPECIAL()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
|
INVOKESPECIAL(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
Call corresponding visitor method(s).
|
java.lang.Class<?>[] |
getExceptions() |
consumeStack, getArgumentTypes, getMethodName, getReturnType, getType, produceStack, toStringgetClassName, getClassType, getLoadClassType, getReferenceTypegetName, getNameAndType, getSignaturedump, getIndex, initFromFile, setIndex, toStringcopy, dispose, equals, getComparator, getLength, getName, getOpcode, hashCode, readInstruction, setComparator, toStringprivate static final long serialVersionUID
INVOKESPECIAL()
public INVOKESPECIAL(int index)
public java.lang.Class<?>[] getExceptions()
public void accept(Visitor v)
accept in class Instructionv - Visitor object