org.apache.bcel.generic
public abstract class ArrayInstruction extends Instruction implements ExceptionThrower, TypedInstruction
Version: $Id: ArrayInstruction.java 386056 2006-03-15 11:31:56Z tcurdt $
| Constructor Summary | |
|---|---|
| ArrayInstruction()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). | |
| protected | ArrayInstruction(short opcode) |
| Method Summary | |
|---|---|
| Class[] | getExceptions() |
| Type | getType(ConstantPoolGen cp) |
Parameters: opcode of instruction
Returns: type associated with the instruction