Searched refs:INEG (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DINEG.java62 * INEG - Negate int
67 public class INEG extends ArithmeticInstruction { class in inherits:ArithmeticInstruction
68 public INEG() { method in class:INEG
69 super(com.sun.org.apache.bcel.internal.Constants.INEG);
H A DArithmeticInstruction.java94 case Constants.IMUL: case Constants.INEG: case Constants.IOR: case Constants.IREM:
H A DInstructionConstants.java143 public static final ArithmeticInstruction INEG = new INEG(); field in interface:InstructionConstants
281 INSTRUCTIONS[Constants.INEG] = INEG;
H A DEmptyVisitor.java172 public void visitINEG(INEG obj) { }
H A DVisitor.java175 public void visitINEG(INEG obj);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java285 int INEG = 116; // - field in interface:Opcodes
H A DFrame.java391 // 0, //INEG, // -
861 case Opcodes.INEG:
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DIntType.java272 return InstructionConstants.INEG;
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java273 public static final short INEG = 116; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java159 INEG(0x74), enum constant in enum:Opcode

Completed in 56 milliseconds