org.apache.bcel.generic
Class ArrayInstruction

java.lang.Object
  extended by org.apache.bcel.generic.Instruction
      extended by org.apache.bcel.generic.ArrayInstruction
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, ExceptionThrower, TypedInstruction
Direct Known Subclasses:
AALOAD, AASTORE, BALOAD, BASTORE, CALOAD, CASTORE, DALOAD, DASTORE, FALOAD, FASTORE, IALOAD, IASTORE, LALOAD, LASTORE, SALOAD, SASTORE

public abstract class ArrayInstruction
extends Instruction
implements ExceptionThrower, TypedInstruction

Super class for instructions dealing with array access such as IALOAD.

Version:
$Id: ArrayInstruction.java 386056 2006-03-15 11:31:56Z tcurdt $
Author:
M. Dahm
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.bcel.generic.Instruction
length, opcode
 
Constructor Summary
(package private) ArrayInstruction()
          Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
protected ArrayInstruction(short opcode)
           
 
Method Summary
 java.lang.Class[] getExceptions()
           
 Type getType(ConstantPoolGen cp)
           
 
Methods inherited from class org.apache.bcel.generic.Instruction
accept, consumeStack, copy, dispose, dump, equals, getComparator, getLength, getName, getOpcode, initFromFile, produceStack, readInstruction, setComparator, toString, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArrayInstruction

ArrayInstruction()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.


ArrayInstruction

protected ArrayInstruction(short opcode)
Parameters:
opcode - of instruction
Method Detail

getExceptions

public java.lang.Class[] getExceptions()
Specified by:
getExceptions in interface ExceptionThrower

getType

public Type getType(ConstantPoolGen cp)
Specified by:
getType in interface TypedInstruction
Returns:
type associated with the instruction