Searched refs:MULTIANEWARRAY (Results 1 – 14 of 14) sorted by relevance
33 public class MULTIANEWARRAY extends CPInstruction implements LoadClass, AllocationInstruction, class43 MULTIANEWARRAY() { in MULTIANEWARRAY() method in MULTIANEWARRAY47 public MULTIANEWARRAY(final int index, final short dimensions) { in MULTIANEWARRAY() method in MULTIANEWARRAY48 super(org.apache.bcel.Const.MULTIANEWARRAY, index); in MULTIANEWARRAY()
440 case Const.MULTIANEWARRAY: in readInstruction()441 obj = new MULTIANEWARRAY(); in readInstruction()
354 void visitMULTIANEWARRAY( MULTIANEWARRAY obj ); in visitMULTIANEWARRAY()
568 public void visitMULTIANEWARRAY( final MULTIANEWARRAY obj ) { in visitMULTIANEWARRAY()
680 return new MULTIANEWARRAY(cp.addArrayClass(at), dim); in createNewArray()
50 import org.apache.bcel.generic.MULTIANEWARRAY;188 case Const.MULTIANEWARRAY: in visitAllocationInstruction()189 dim = ((MULTIANEWARRAY) i).getDimensions(); in visitAllocationInstruction()
337 case Const.MULTIANEWARRAY: in codeToHTML()
1084 short MULTIANEWARRAY = 197; field
1485 public static final short MULTIANEWARRAY = 197; field in Const
82 import org.apache.bcel.generic.MULTIANEWARRAY;779 public void visitMULTIANEWARRAY(final MULTIANEWARRAY o) { in visitMULTIANEWARRAY()
404 case Const.MULTIANEWARRAY: { in codeToString()
1186 public void visitMULTIANEWARRAY(final MULTIANEWARRAY o) { in visitMULTIANEWARRAY()
2619 public void visitMULTIANEWARRAY(final MULTIANEWARRAY o) { in visitMULTIANEWARRAY()
967 MULTIANEWARRAY [[Ljava/lang/Object; 2