java.io.Serializable, java.lang.Cloneable, ExceptionThrower, TypedInstructionAALOAD, AASTORE, BALOAD, BASTORE, CALOAD, CASTORE, DALOAD, DASTORE, FALOAD, FASTORE, IALOAD, IASTORE, LALOAD, LASTORE, SALOAD, SASTOREpublic abstract class ArrayInstruction extends Instruction implements ExceptionThrower, TypedInstruction
length, opcode| Modifier | Constructor | Description |
|---|---|---|
protected |
ArrayInstruction(short opcode) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Class[] |
getExceptions() |
|
Type |
getType(ConstantPoolGen cp) |
accept, consumeStack, copy, dump, equals, getComparator, getLength, getName, getOpcode, initFromFile, produceStack, readInstruction, setComparator, toString, toString, toStringprotected ArrayInstruction(short opcode)
opcode - of instructionpublic java.lang.Class[] getExceptions()
getExceptions in interface ExceptionThrowerpublic Type getType(ConstantPoolGen cp)
getType in interface TypedInstruction