org.objectweb.asm.tree
public class MultiANewArrayInsnNode extends AbstractInsnNode
| Field Summary | |
|---|---|
| String | desc
An array type descriptor (see Type). |
| int | dims
Number of dimensions of the array to allocate. |
| Constructor Summary | |
|---|---|
| MultiANewArrayInsnNode(String desc, int dims)
Constructs a new MultiANewArrayInsnNode
object.
| |
| Method Summary | |
|---|---|
| void | accept(CodeVisitor cv) |
Type). MultiANewArrayInsnNode
object.
Parameters: desc an array type descriptor (see
Type). dims number of dimensions of the array to allocate.