public class INVOKESPECIAL extends InvokeInstruction
Stack: ..., objectref, [arg1, [arg2 ...]] -> ...
index
length, 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).
|
Class[] |
getExceptions() |
consumeStack, getArgumentTypes, getMethodName, getReturnType, getType, produceStack, toString
getClassName, getClassType, getLoadClassType, getName, getReferenceType, getSignature
dump, getIndex, initFromFile, setIndex, toString
copy, dispose, equals, getComparator, getLength, getName, getOpcode, readInstruction, setComparator, toString
INVOKESPECIAL()
public INVOKESPECIAL(int index)
public Class[] getExceptions()
public void accept(Visitor v)
accept
in class Instruction
v
- Visitor object