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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DMULTIANEWARRAY.java66 * MULTIANEWARRAY - Create new mutidimensional array of references
71 public class MULTIANEWARRAY extends CPInstruction implements LoadClass, AllocationInstruction, ExceptionThrower { class in inherits:CPInstruction,LoadClass,AllocationInstruction,ExceptionThrower
78 MULTIANEWARRAY() {} method in class:MULTIANEWARRAY
80 public MULTIANEWARRAY(int index, short dimensions) { method in class:MULTIANEWARRAY
81 super(com.sun.org.apache.bcel.internal.Constants.MULTIANEWARRAY, index);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java366 int MULTIANEWARRAY = 197; // visitMultiANewArrayInsn field in interface:Opcodes
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java357 public static final short MULTIANEWARRAY = 197; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java240 MULTIANEWARRAY(0xc5, CPREF_W_UBYTE), enum constant in enum:Opcode

Completed in 40 milliseconds