public class INVOKESTATIC extends InvokeInstruction
Stack: ..., [arg1, [arg2 ...]] -> ...
indexlength, opcode| Constructor and Description |
|---|
INVOKESTATIC(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
Call corresponding visitor method(s).
|
void |
dump(DataOutputStream out)
Dump instruction as byte code to stream out.
|
Class<?>[] |
getExceptions() |
consumeStack, getArgumentTypes, getClassName, getMethodName, getReturnType, getType, produceStack, toStringgetClassType, getLoadClassType, getName, getReferenceType, getSignaturegetIndex, initFromFile, setIndex, toStringcopy, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, readInstruction, setComparator, toStringpublic INVOKESTATIC(int index)
public void accept(Visitor v)
accept in class Instructionv - Visitor objectpublic void dump(DataOutputStream out) throws IOException
dump in class CPInstructionout - Output streamIOExceptionpublic Class<?>[] getExceptions()
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.