All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.SWAP

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

public class SWAP
extends StackInstruction
SWAP - Swa top operand stack word
Stack: ..., word2, word1 -> ..., word1, word2

Version:
$Id: SWAP.java,v 1.4 1999/05/04 13:14:53 dahm Exp $
Author:
M. Dahm

Constructor Index

 o SWAP()

Constructors

 o SWAP
 public SWAP()

All Packages  Class Hierarchy  This Package  Previous  Next  Index