public class MultiANewArrayInsnNode extends AbstractInsnNode
| Modifier and Type | Field and Description |
|---|---|
String |
desc
An array type descriptor (see
Type). |
int |
dims
Number of dimensions of the array to allocate.
|
opcode| Constructor and Description |
|---|
MultiANewArrayInsnNode(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 MultiANewArrayInsnNode(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.Copyright © 2024. All rights reserved.