Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

ArrayInstruction Class Reference

Inheritance diagram for ArrayInstruction:
[legend]
Collaboration diagram for ArrayInstruction:
[legend]
List of all members.

Public Methods

Class[] getExceptions ()
Class[] getExceptions ()
Type getType (ConstantPoolGen cp)

Protected Methods

 ArrayInstruction (short tag)
 ArrayInstruction (short tag)

Private Methods

 ArrayInstruction ()
 ArrayInstruction ()

Detailed Description

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

Version:
Id:
ArrayInstruction.java,v 1.1.1.1 2002/01/24 03:44:04 pserver Exp
Author:
M. Dahm

Definition at line 9 of file lib/jpf/de/fub/bytecode/generic/ArrayInstruction.java.


Constructor & Destructor Documentation

ArrayInstruction::ArrayInstruction   [inline, private]
 

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

Definition at line 14 of file lib/jpf/de/fub/bytecode/generic/ArrayInstruction.java.

ArrayInstruction::ArrayInstruction short   tag [inline, protected]
 

Parameters:
tag   opcode of instruction

Definition at line 18 of file lib/jpf/de/fub/bytecode/generic/ArrayInstruction.java.

ArrayInstruction::ArrayInstruction   [inline, private]
 

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

Definition at line 15 of file src/de/fub/bytecode/generic/ArrayInstruction.java.

ArrayInstruction::ArrayInstruction short   tag [inline, protected]
 

Parameters:
tag   opcode of instruction

Definition at line 19 of file src/de/fub/bytecode/generic/ArrayInstruction.java.


Member Function Documentation

Type ArrayInstruction::getType ConstantPoolGen   cp [inline]
 

Returns:
type associated with the instruction

Reimplemented from TypedInstruction.

Definition at line 27 of file src/de/fub/bytecode/generic/ArrayInstruction.java.


The documentation for this class was generated from the following files:
Generated at Thu Feb 7 07:04:40 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001