All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.StackInstruction

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

public abstract class StackInstruction
extends Instruction
Super class for stack operations like DUP and POP.

Version:
$Id: StackInstruction.java,v 1.2 1999/05/04 13:14:56 dahm Exp $
Author:
M. Dahm

Constructor Index

 o StackInstruction(short)

Constructors

 o StackInstruction
 protected StackInstruction(short tag)
Parameters:
tag - instruction opcode

All Packages  Class Hierarchy  This Package  Previous  Next  Index