All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.ArithmeticInstruction

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

public abstract class ArithmeticInstruction
extends Instruction
Super class for the family of arithmetic instructions.

Version:
$Id: ArithmeticInstruction.java,v 1.3 1999/05/07 11:59:06 dahm Exp $
Author:
M. Dahm

Constructor Index

 o ArithmeticInstruction(short)

Constructors

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index