public class INVOKESTATIC extends InvokeInstruction
Stack: ..., [arg1, [arg2 ...]] -> ...
index
length, opcode
Constructor and Description |
---|
INVOKESTATIC()
Empty constructor needed for Instruction.readInstruction.
|
INVOKESTATIC(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, toString
getClassType, getLoadClassType, getName, getReferenceType, getSignature
getIndex, initFromFile, setIndex, toString
copy, dispose, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, readInstruction, setComparator, setLength, setOpcode, toString
INVOKESTATIC()
public INVOKESTATIC(int index)
public void dump(java.io.DataOutputStream out) throws java.io.IOException
dump
in class CPInstruction
out
- Output streamjava.io.IOException
public java.lang.Class<?>[] getExceptions()
public void accept(Visitor v)
accept
in class Instruction
v
- Visitor object