org.objectweb.asm.tree
Class MultiANewArrayInsnNode
public class MultiANewArrayInsnNode
A node that represents a MULTIANEWARRAY instruction.
String | desc - An array type descriptor (see
Type ).
|
int | dims - Number of dimensions of the array to allocate.
|
desc
public String desc
An array type descriptor (see
Type
).
dims
public int dims
Number of dimensions of the array to allocate.
MultiANewArrayInsnNode
public MultiANewArrayInsnNode(String desc,
int dims)
desc
- an array type descriptor (see Type
).dims
- number of dimensions of the array to allocate.