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