< prev index next >

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

Print this page

        

*** 22,32 **** /** * BASTORE - Store into byte or boolean array * <PRE>Stack: ..., arrayref, index, value -&gt; ...</PRE> * - * @version $Id$ */ public class BASTORE extends ArrayInstruction implements StackConsumer { /** Store byte or boolean into array */ --- 22,31 ----
< prev index next >