< prev index next >

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

Print this page

        

*** 23,33 **** /** * DNEG - Negate double * <PRE>Stack: ..., value.word1, value.word2 -&gt; ..., result.word1, result.word2</PRE> * - * @version $Id$ */ public class DNEG extends ArithmeticInstruction { public DNEG() { super(com.sun.org.apache.bcel.internal.Const.DNEG); --- 23,32 ----
< prev index next >