< prev index next >

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

Print this page

        

*** 23,33 **** /** * LSHL - Arithmetic shift left long * <PRE>Stack: ..., value1.word1, value1.word2, value2 -&gt; ..., result.word1, result.word2</PRE> * - * @version $Id$ */ public class LSHL extends ArithmeticInstruction { public LSHL() { super(com.sun.org.apache.bcel.internal.Const.LSHL); --- 23,32 ----
< prev index next >