< prev index next >

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

Print this page

        

*** 22,32 **** /** * ICONST - Push value between -1, ..., 5, other values cause an exception * * <PRE>Stack: ... -&gt; ..., </PRE> * - * @version $Id$ */ public class ICONST extends Instruction implements ConstantPushInstruction { private int value; --- 22,31 ----
< prev index next >