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

ReturnInstruction Class Reference

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

Public Methods

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

Protected Methods

 ReturnInstruction (short tag)
 ReturnInstruction (short tag)
void init (InstructionHandle h, int o, MethodInfo m, ConstantPool cp)

Private Methods

 ReturnInstruction ()
 ReturnInstruction ()

Detailed Description

Super class for the xRETURN family of instructions.

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

Definition at line 11 of file lib/jpf/de/fub/bytecode/generic/ReturnInstruction.java.


Constructor & Destructor Documentation

ReturnInstruction::ReturnInstruction   [inline, private]
 

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

Definition at line 17 of file lib/jpf/de/fub/bytecode/generic/ReturnInstruction.java.

ReturnInstruction::ReturnInstruction short   tag [inline, protected]
 

Parameters:
tag   opcode of instruction

Definition at line 21 of file lib/jpf/de/fub/bytecode/generic/ReturnInstruction.java.

ReturnInstruction::ReturnInstruction   [inline, private]
 

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

Definition at line 18 of file src/de/fub/bytecode/generic/ReturnInstruction.java.

ReturnInstruction::ReturnInstruction short   tag [inline, protected]
 

Parameters:
tag   opcode of instruction

Definition at line 22 of file src/de/fub/bytecode/generic/ReturnInstruction.java.


Member Function Documentation

Type ReturnInstruction::getType ConstantPoolGen   cp [inline]
 

Returns:
type associated with the instruction

Reimplemented from TypedInstruction.

Definition at line 43 of file src/de/fub/bytecode/generic/ReturnInstruction.java.


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