All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.ArrayInstruction

java.lang.Object
   |
   +----de.fub.bytecode.generic.Instruction
           |
           +----de.fub.bytecode.generic.ArrayInstruction

public abstract class ArrayInstruction
extends Instruction
implements ExceptionThrower
Super class for instructions dealing with array access such as IALOAD.

Version:
$Id: ArrayInstruction.java,v 1.3 1999/09/09 07:42:45 dahm Exp $
Author:
M. Dahm

Constructor Index

 o ArrayInstruction(short)

Method Index

 o getExceptions()

Constructors

 o ArrayInstruction
 protected ArrayInstruction(short tag)
Parameters:
tag - opcode of instruction

Methods

 o getExceptions
 public Class[] getExceptions()

All Packages  Class Hierarchy  This Package  Previous  Next  Index