org.apache.bcel.generic
Class ArrayInstruction
- Cloneable, ExceptionThrower, Serializable, TypedInstruction
public abstract class ArrayInstruction
Super class for instructions dealing with array access such as IALOAD.
$Id: ArrayInstruction.java 386056 2006-03-15 11:31:56Z tcurdt $
accept , className , consumeStack , copy , dispose , dump , equals , getComparator , getLength , getName , getOpcode , initFromFile , produceStack , readInstruction , setComparator , setOpcode , toString , toString , toString |
ArrayInstruction
(package private) ArrayInstruction()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
ArrayInstruction
protected ArrayInstruction(short opcode)