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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DIREM.java62 * IREM - Remainder of int
67 public class IREM extends ArithmeticInstruction implements ExceptionThrower { class in inherits:ArithmeticInstruction,ExceptionThrower
70 public IREM() { method in class:IREM
71 super(com.sun.org.apache.bcel.internal.Constants.IREM);
H A DInstructionConstants.java139 public static final ArithmeticInstruction IREM = new IREM(); field in interface:InstructionConstants
277 INSTRUCTIONS[Constants.IREM] = IREM;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java281 int IREM = 112; // - field in interface:Opcodes
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java269 public static final short IREM = 112; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java155 IREM(0x70), enum constant in enum:Opcode

Completed in 57 milliseconds