public abstract class ArrayInstruction extends Instruction implements ExceptionThrower, TypedInstruction
length, opcode
Modifier | Constructor and Description |
---|---|
(package private) |
ArrayInstruction()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
|
protected |
ArrayInstruction(short opcode) |
Modifier and Type | Method and Description |
---|---|
Class[] |
getExceptions() |
Type |
getType(ConstantPoolGen cp) |
accept, consumeStack, copy, dispose, dump, equals, getComparator, getLength, getName, getOpcode, initFromFile, produceStack, readInstruction, setComparator, toString, toString, toString
ArrayInstruction()
protected ArrayInstruction(short opcode)
opcode
- of instructionpublic Class[] getExceptions()
getExceptions
in interface ExceptionThrower
public Type getType(ConstantPoolGen cp)
getType
in interface TypedInstruction