< prev index next >

src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/DUP_X2.java

Print this page

        

*** 23,33 **** /** * DUP_X2 - Duplicate top operand stack word and put three down * <PRE>Stack: ..., word3, word2, word1 -&gt; ..., word1, word3, word2, word1</PRE> * - * @version $Id$ */ public class DUP_X2 extends StackInstruction { public DUP_X2() { super(com.sun.org.apache.bcel.internal.Const.DUP_X2); --- 23,32 ----
< prev index next >