Searched defs:IFNULL (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DIFNULL.java62 * IFNULL - Branch if reference is not null
68 public class IFNULL extends IfInstruction { class in inherits:IfInstruction
73 IFNULL() {} method in class:IFNULL
75 public IFNULL(InstructionHandle target) { method in class:IFNULL
76 super(com.sun.org.apache.bcel.internal.Constants.IFNULL, target);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java367 int IFNULL = 198; // visitJumpInsn field in interface:Opcodes
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java358 public static final short IFNULL = 198; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java241 IFNULL(0xc6, BRANCH), enum constant in enum:Opcode

Completed in 39 milliseconds