public class MultiANewArrayInsnNode extends AbstractInsnNode
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
desc
An array type descriptor (see
Type). |
int |
dims
Number of dimensions of the array to allocate.
|
opcode| Constructor and Description |
|---|
MultiANewArrayInsnNode(java.lang.String desc,
int dims)
Constructs a new
MultiANewArrayInsnNode
object. |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(CodeVisitor cv)
Makes the given code visitor visit this instruction.
|
getOpcodepublic java.lang.String desc
Type).public int dims
public MultiANewArrayInsnNode(java.lang.String desc,
int dims)
MultiANewArrayInsnNode
object.desc - an array type descriptor (see Type).dims - number of dimensions of the array to allocate.public void accept(CodeVisitor cv)
AbstractInsnNodeaccept in class AbstractInsnNodecv - a code visitor.