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

ConversionInstruction Class Reference

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

Public Methods

Type getType (ConstantPoolGen cp)

Protected Methods

 ConversionInstruction (short tag)
 ConversionInstruction (short tag)

Private Methods

 ConversionInstruction ()
 ConversionInstruction ()

Detailed Description

Super class for the x2y family of instructions.

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

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


Constructor & Destructor Documentation

ConversionInstruction::ConversionInstruction   [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/ConversionInstruction.java.

ConversionInstruction::ConversionInstruction short   tag [inline, protected]
 

Parameters:
tag   opcode of instruction

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

ConversionInstruction::ConversionInstruction   [inline, private]
 

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

Definition at line 16 of file src/de/fub/bytecode/generic/ConversionInstruction.java.

ConversionInstruction::ConversionInstruction short   tag [inline, protected]
 

Parameters:
tag   opcode of instruction

Definition at line 20 of file src/de/fub/bytecode/generic/ConversionInstruction.java.


Member Function Documentation

Type ConversionInstruction::getType ConstantPoolGen   cp [inline]
 

Returns:
type associated with the instruction

Reimplemented from TypedInstruction.

Definition at line 25 of file src/de/fub/bytecode/generic/ConversionInstruction.java.


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