< prev index next >

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

Print this page

        

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