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.
|
getOpcode
public 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)
AbstractInsnNode
accept
in class AbstractInsnNode
cv
- a code visitor.