public abstract class org.objectweb.asm.tree.AbstractInsnNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.objectweb.asm.tree.AbstractInsnNode
  super_class: java.lang.Object
{
  public static final int INSN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int INT_INSN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int VAR_INSN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int TYPE_INSN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int FIELD_INSN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int METHOD_INSN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int INVOKE_DYNAMIC_INSN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final int JUMP_INSN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  public static final int LABEL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public static final int LDC_INSN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  public static final int IINC_INSN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  public static final int TABLESWITCH_INSN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

  public static final int LOOKUPSWITCH_INSN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 12

  public static final int MULTIANEWARRAY_INSN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 13

  public static final int FRAME;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 14

  public static final int LINE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 15

  protected int opcode;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  org.objectweb.asm.tree.AbstractInsnNode prev;
    descriptor: Lorg/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0000) 

  org.objectweb.asm.tree.AbstractInsnNode next;
    descriptor: Lorg/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0000) 

  int index;
    descriptor: I
    flags: (0x0000) 

  protected void <init>(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.AbstractInsnNode this
        start local 1 // int opcode
         0: .line 154
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 155
            aload 0 /* this */
            iload 1 /* opcode */
            putfield org.objectweb.asm.tree.AbstractInsnNode.opcode:I
         2: .line 156
            aload 0 /* this */
            iconst_m1
            putfield org.objectweb.asm.tree.AbstractInsnNode.index:I
         3: .line 157
            return
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.tree.AbstractInsnNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/objectweb/asm/tree/AbstractInsnNode;
            0    4     1  opcode  I
    MethodParameters:
        Name  Flags
      opcode  final

  public int getOpcode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.AbstractInsnNode this
         0: .line 165
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AbstractInsnNode.opcode:I
            ireturn
        end local 0 // org.objectweb.asm.tree.AbstractInsnNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/tree/AbstractInsnNode;

  public abstract int getType();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public org.objectweb.asm.tree.AbstractInsnNode getPrevious();
    descriptor: ()Lorg/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.AbstractInsnNode this
         0: .line 184
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AbstractInsnNode.prev:Lorg/objectweb/asm/tree/AbstractInsnNode;
            areturn
        end local 0 // org.objectweb.asm.tree.AbstractInsnNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/tree/AbstractInsnNode;

  public org.objectweb.asm.tree.AbstractInsnNode getNext();
    descriptor: ()Lorg/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.AbstractInsnNode this
         0: .line 195
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AbstractInsnNode.next:Lorg/objectweb/asm/tree/AbstractInsnNode;
            areturn
        end local 0 // org.objectweb.asm.tree.AbstractInsnNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/tree/AbstractInsnNode;

  public abstract void accept(org.objectweb.asm.MethodVisitor);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      cv    final

  public abstract org.objectweb.asm.tree.AbstractInsnNode clone(java.util.Map<org.objectweb.asm.tree.LabelNode, org.objectweb.asm.tree.LabelNode>);
    descriptor: (Ljava/util/Map;)Lorg/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Map<Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;>;)Lorg/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
        Name  Flags
      labels  final

  static org.objectweb.asm.tree.LabelNode clone(org.objectweb.asm.tree.LabelNode, java.util.Map<org.objectweb.asm.tree.LabelNode, org.objectweb.asm.tree.LabelNode>);
    descriptor: (Lorg/objectweb/asm/tree/LabelNode;Ljava/util/Map;)Lorg/objectweb/asm/tree/LabelNode;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.LabelNode label
        start local 1 // java.util.Map map
         0: .line 228
            aload 1 /* map */
            aload 0 /* label */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            areturn
        end local 1 // java.util.Map map
        end local 0 // org.objectweb.asm.tree.LabelNode label
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  label  Lorg/objectweb/asm/tree/LabelNode;
            0    1     1    map  Ljava/util/Map<Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;>;
    Signature: (Lorg/objectweb/asm/tree/LabelNode;Ljava/util/Map<Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;>;)Lorg/objectweb/asm/tree/LabelNode;
    MethodParameters:
       Name  Flags
      label  final
      map    final

  static org.objectweb.asm.tree.LabelNode[] clone(java.util.List<org.objectweb.asm.tree.LabelNode>, java.util.Map<org.objectweb.asm.tree.LabelNode, org.objectweb.asm.tree.LabelNode>);
    descriptor: (Ljava/util/List;Ljava/util/Map;)[Lorg/objectweb/asm/tree/LabelNode;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // java.util.List labels
        start local 1 // java.util.Map map
         0: .line 242
            aload 0 /* labels */
            invokeinterface java.util.List.size:()I
            anewarray org.objectweb.asm.tree.LabelNode
            astore 2 /* clones */
        start local 2 // org.objectweb.asm.tree.LabelNode[] clones
         1: .line 243
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 244
      StackMap locals: org.objectweb.asm.tree.LabelNode[] int
      StackMap stack:
            aload 2 /* clones */
            iload 3 /* i */
            aload 1 /* map */
            aload 0 /* labels */
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            aastore
         4: .line 243
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 2 /* clones */
            arraylength
            if_icmplt 3
        end local 3 // int i
         6: .line 246
            aload 2 /* clones */
            areturn
        end local 2 // org.objectweb.asm.tree.LabelNode[] clones
        end local 1 // java.util.Map map
        end local 0 // java.util.List labels
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0  labels  Ljava/util/List<Lorg/objectweb/asm/tree/LabelNode;>;
            0    7     1     map  Ljava/util/Map<Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;>;
            1    7     2  clones  [Lorg/objectweb/asm/tree/LabelNode;
            2    6     3       i  I
    Signature: (Ljava/util/List<Lorg/objectweb/asm/tree/LabelNode;>;Ljava/util/Map<Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;>;)[Lorg/objectweb/asm/tree/LabelNode;
    MethodParameters:
        Name  Flags
      labels  final
      map     final
}
SourceFile: "AbstractInsnNode.java"