< prev index next >

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

Print this page

        

*** 23,33 **** /** * DUP - Duplicate top operand stack word * <PRE>Stack: ..., word -&gt; ..., word, word</PRE> * - * @version $Id$ */ public class DUP extends StackInstruction implements PushInstruction { public DUP() { super(com.sun.org.apache.bcel.internal.Const.DUP); --- 23,32 ----
< prev index next >