< prev index next >

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

Print this page

        

*** 24,34 **** /** * IF_ICMPNE - Branch if int comparison doesn't succeed * * <PRE>Stack: ..., value1, value2 -&gt; ...</PRE> * - * @version $Id$ */ public class IF_ICMPNE extends IfInstruction { /** * Empty constructor needed for Instruction.readInstruction. --- 24,33 ----
< prev index next >