jellyj.classfile.classgen
Class DUP_X2

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

public class DUP_X2
extends Instruction

DUP_X2 - Duplicate top operand stack word and put three down Stack: ..., word3, word2, word1 -> ..., word1, word3, word2, word1

Author:
JellyJ Design Group

Constructor Summary
DUP_X2()
           

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

Constructor Detail

DUP_X2

public DUP_X2()