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

ArithmeticInstruction Class Reference

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

Public Methods

Type getType (ConstantPoolGen cp)

Protected Methods

 ArithmeticInstruction (short tag)
 ArithmeticInstruction (short tag)

Private Methods

 ArithmeticInstruction ()
 ArithmeticInstruction ()

Detailed Description

Super class for the family of arithmetic instructions.

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

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


Constructor & Destructor Documentation

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

ArithmeticInstruction::ArithmeticInstruction short   tag [inline, protected]
 

Parameters:
tag   opcode of instruction

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

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

ArithmeticInstruction::ArithmeticInstruction short   tag [inline, protected]
 

Parameters:
tag   opcode of instruction

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


Member Function Documentation

Type ArithmeticInstruction::getType ConstantPoolGen   cp [inline]
 

Returns:
type associated with the instruction

Reimplemented from TypedInstruction.

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


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