|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.logicalcobwebs.asm.tree.AbstractInsnNode org.logicalcobwebs.asm.tree.MultiANewArrayInsnNode
public class MultiANewArrayInsnNode
A node that represents a MULTIANEWARRAY instruction.
Field Summary | |
---|---|
java.lang.String |
desc
An array type descriptor (see Type ). |
int |
dims
Number of dimensions of the array to allocate. |
Fields inherited from class org.logicalcobwebs.asm.tree.AbstractInsnNode |
---|
opcode |
Constructor Summary | |
---|---|
MultiANewArrayInsnNode(java.lang.String desc,
int dims)
Constructs a new MultiANewArrayInsnNode
object. |
Method Summary | |
---|---|
void |
accept(CodeVisitor cv)
Makes the given code visitor visit this instruction. |
Methods inherited from class org.logicalcobwebs.asm.tree.AbstractInsnNode |
---|
getOpcode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String desc
Type
).
public int dims
Constructor Detail |
---|
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.Method Detail |
---|
public void accept(CodeVisitor cv)
AbstractInsnNode
accept
in class AbstractInsnNode
cv
- a code visitor.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |