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.
|
Method Summary | |
---|---|
void | accept(MethodVisitor mv) |
AbstractInsnNode | clone(Map labels) |
int | getType() |
Parameters: desc an array type descriptor (see Type). dims number of dimensions of the array to allocate.