< prev index next >

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

Print this page

        

*** 27,37 **** /** * BIPUSH - Push byte on stack * * <PRE>Stack: ... -&gt; ..., value</PRE> * - * @version $Id$ */ public class BIPUSH extends Instruction implements ConstantPushInstruction { private byte b; --- 27,36 ----
< prev index next >