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