jellyj.classfile.classgen
Class DUP2_X2

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

public class DUP2_X2
extends Instruction

DUP2_X2 - Duplicate two top operand stack words and put four down Stack: ..., word4, word3, word2, word1 -> ..., word2, word1, word4, word3, word2, word1

Author:
JellyJ Design Group

Constructor Summary
DUP2_X2()
           

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

Constructor Detail

DUP2_X2

public DUP2_X2()