jellyj.classfile.classgen
Class SWAP

jellyj.classfile.classgen.Instruction
  |
  +--jellyj.classfile.classgen.SWAP

public class SWAP
extends Instruction

SWAP - Swa top operand stack word Stack: ..., word2, word1 -> ..., word1, word2

Author:
JellyJ Design Group

Constructor Summary
SWAP()
           

Methods inherited from class jellyj.classfile.classgen.Instruction
consumeStack, copy, dump, getLength, getPosition, getTag, produceStack, readInstruction, setPosition, toString

Constructor Detail

SWAP

public SWAP()