All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.DUP

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

public class DUP
extends StackInstruction
implements PushInstruction
DUP - Duplicate top operand stack word
Stack: ..., word -> ..., word, word

Version:
$Id: DUP.java,v 1.5 1999/05/04 13:13:10 dahm Exp $
Author:
M. Dahm

Constructor Index

 o DUP()

Constructors

 o DUP
 public DUP()

All Packages  Class Hierarchy  This Package  Previous  Next  Index