Class: com.sun.org.apache.bcel.internal.generic.ArrayInstruction
- public abstract class ArrayInstruction
- extends Instruction
- implements ExceptionThrower, TypedInstruction
Super class for instructions dealing with array access such as IALOAD.
Inheritance
Superclass tree:- java.lang.Object
- com.sun.org.apache.bcel.internal.generic.Instruction
- com.sun.org.apache.bcel.internal.generic.ArrayInstruction
Methods
-
ArrayInstructiontop
ArrayInstruction()Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. -
ArrayInstructiontop
protected ArrayInstruction(short opcode) -
getExceptionstop
public Class[] getExceptions()- Specified by:
- getExceptions from ExceptionThrower
-
getTypetop
public Type getType(ConstantPoolGen cp)- Specified by:
- getType from TypedInstruction
