jellyj.classfile.classgen
Class DUP2_X1

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

public class DUP2_X1
extends Instruction

DUP2_X1 - Duplicate two top operand stack words and put three down Stack: ..., word3, word2, word1 -> ..., word2, word1, word3, word2, word1

Author:
JellyJ Design Group

Constructor Summary
DUP2_X1()
           

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

Constructor Detail

DUP2_X1

public DUP2_X1()