< prev index next >

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

Print this page

        

*** 24,34 **** /** * LCMP - Compare longs: * <PRE>Stack: ..., value1.word1, value1.word2, value2.word1, value2.word2 -&gt; ..., result &lt;= -1, 0, 1&gt;</PRE> * * - * @version $Id$ */ public class LCMP extends Instruction implements TypedInstruction, StackProducer, StackConsumer { public LCMP() { super(com.sun.org.apache.bcel.internal.Const.LCMP, (short) 1); --- 24,33 ----
< prev index next >