< prev index next >

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

Print this page

        

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