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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DACONST_NULL.java62 * ACONST_NULL - Push null reference
67 public class ACONST_NULL extends Instruction class in inherits:Instruction,PushInstruction,TypedInstruction
72 public ACONST_NULL() { method in class:ACONST_NULL
73 super(com.sun.org.apache.bcel.internal.Constants.ACONST_NULL, (short)1);
H A DInstructionConstants.java83 public static final Instruction ACONST_NULL = new ACONST_NULL(); field in interface:InstructionConstants
221 INSTRUCTIONS[Constants.ACONST_NULL] = ACONST_NULL;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java170 int ACONST_NULL = 1; // - field in interface:Opcodes
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java158 public static final short ACONST_NULL = 1; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java44 ACONST_NULL(0x1), enum constant in enum:Opcode

Completed in 43 milliseconds