类 MultiANewArrayInsnNode

java.lang.Object
org.beetl.ow2.asm.tree.AbstractInsnNode
org.beetl.ow2.asm.tree.MultiANewArrayInsnNode

public class MultiANewArrayInsnNode extends AbstractInsnNode
A node that represents a MULTIANEWARRAY instruction.
作者:
Eric Bruneton
  • 字段详细资料

    • desc

      public String desc
      An array type descriptor (see Type).
    • dims

      public int dims
      Number of dimensions of the array to allocate.
  • 构造器详细资料

    • MultiANewArrayInsnNode

      public MultiANewArrayInsnNode(String desc, int dims)
      Constructs a new MultiANewArrayInsnNode.
      参数:
      desc - an array type descriptor (see Type).
      dims - number of dimensions of the array to allocate.
  • 方法详细资料