< prev index next >

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

Print this page

        

*** 23,33 **** /** * LASTORE - Store into long array * <PRE>Stack: ..., arrayref, index, value.word1, value.word2 -&gt; ...</PRE> * - * @version $Id$ */ public class LASTORE extends ArrayInstruction implements StackConsumer { /** Store long into array */ --- 23,32 ----
< prev index next >