Searched defs:LOR (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DLOR.java62 * LOR - Bitwise OR long
67 public class LOR extends ArithmeticInstruction { class in inherits:ArithmeticInstruction
68 public LOR() { method in class:LOR
69 super(com.sun.org.apache.bcel.internal.Constants.LOR);
H A DInstructionConstants.java156 public static final ArithmeticInstruction LOR = new LOR(); field in interface:InstructionConstants
294 INSTRUCTIONS[Constants.LOR] = LOR;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java298 int LOR = 129; // - field in interface:Opcodes
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java286 public static final short LOR = 129; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java172 LOR(0x81), enum constant in enum:Opcode

Completed in 55 milliseconds