All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.DUP2_X1

java.lang.Object
   |
   +----espresso.classfile.classgen.Instruction
           |
           +----espresso.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


Constructor Index

 o DUP2_X1()

Constructors

 o DUP2_X1
 public DUP2_X1()

All Packages  Class Hierarchy  This Package  Previous  Next  Index