Constructs a new {@link MultiANewArrayInsnNode MultiANewArrayInsnNode} object.paramdesc an array type descriptor (see {@link oracle.toplink.libraries.asm.Type Type}).paramdims number of dimensions of the array to allocate. super(Constants.MULTIANEWARRAY); this.desc = desc; this.dims = dims;
super(Constants.MULTIANEWARRAY); this.desc = desc; this.dims = dims;
cv.visitMultiANewArrayInsn(desc, dims);