public class org.objectweb.asm.tree.LocalVariableAnnotationNode extends org.objectweb.asm.tree.TypeAnnotationNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.objectweb.asm.tree.LocalVariableAnnotationNode
  super_class: org.objectweb.asm.tree.TypeAnnotationNode
{
  public java.util.List<org.objectweb.asm.tree.LabelNode> start;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/objectweb/asm/tree/LabelNode;>;

  public java.util.List<org.objectweb.asm.tree.LabelNode> end;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/objectweb/asm/tree/LabelNode;>;

  public java.util.List<java.lang.Integer> index;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Ljava/lang/Integer;>;

  public void <init>(int, org.objectweb.asm.TypePath, org.objectweb.asm.tree.LabelNode[], org.objectweb.asm.tree.LabelNode[], int[], java.lang.String);
    descriptor: (ILorg/objectweb/asm/TypePath;[Lorg/objectweb/asm/tree/LabelNode;[Lorg/objectweb/asm/tree/LabelNode;[ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // org.objectweb.asm.tree.LocalVariableAnnotationNode this
        start local 1 // int typeRef
        start local 2 // org.objectweb.asm.TypePath typePath
        start local 3 // org.objectweb.asm.tree.LabelNode[] start
        start local 4 // org.objectweb.asm.tree.LabelNode[] end
        start local 5 // int[] index
        start local 6 // java.lang.String descriptor
         0: .line 87
            aload 0 /* this */
            ldc 458752
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* start */
            aload 4 /* end */
            aload 5 /* index */
            aload 6 /* descriptor */
            invokespecial org.objectweb.asm.tree.LocalVariableAnnotationNode.<init>:(IILorg/objectweb/asm/TypePath;[Lorg/objectweb/asm/tree/LabelNode;[Lorg/objectweb/asm/tree/LabelNode;[ILjava/lang/String;)V
         1: .line 88
            return
        end local 6 // java.lang.String descriptor
        end local 5 // int[] index
        end local 4 // org.objectweb.asm.tree.LabelNode[] end
        end local 3 // org.objectweb.asm.tree.LabelNode[] start
        end local 2 // org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // org.objectweb.asm.tree.LocalVariableAnnotationNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/objectweb/asm/tree/LocalVariableAnnotationNode;
            0    2     1     typeRef  I
            0    2     2    typePath  Lorg/objectweb/asm/TypePath;
            0    2     3       start  [Lorg/objectweb/asm/tree/LabelNode;
            0    2     4         end  [Lorg/objectweb/asm/tree/LabelNode;
            0    2     5       index  [I
            0    2     6  descriptor  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      start       final
      end         final
      index       final
      descriptor  final

  public void <init>(int, int, org.objectweb.asm.TypePath, org.objectweb.asm.tree.LabelNode[], org.objectweb.asm.tree.LabelNode[], int[], java.lang.String);
    descriptor: (IILorg/objectweb/asm/TypePath;[Lorg/objectweb/asm/tree/LabelNode;[Lorg/objectweb/asm/tree/LabelNode;[ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=8
        start local 0 // org.objectweb.asm.tree.LocalVariableAnnotationNode this
        start local 1 // int api
        start local 2 // int typeRef
        start local 3 // org.objectweb.asm.TypePath typePath
        start local 4 // org.objectweb.asm.tree.LabelNode[] start
        start local 5 // org.objectweb.asm.tree.LabelNode[] end
        start local 6 // int[] index
        start local 7 // java.lang.String descriptor
         0: .line 115
            aload 0 /* this */
            iload 1 /* api */
            iload 2 /* typeRef */
            aload 3 /* typePath */
            aload 7 /* descriptor */
            invokespecial org.objectweb.asm.tree.TypeAnnotationNode.<init>:(IILorg/objectweb/asm/TypePath;Ljava/lang/String;)V
         1: .line 116
            aload 0 /* this */
            aload 4 /* start */
            invokestatic org.objectweb.asm.tree.Util.asArrayList:([Ljava/lang/Object;)Ljava/util/List;
            putfield org.objectweb.asm.tree.LocalVariableAnnotationNode.start:Ljava/util/List;
         2: .line 117
            aload 0 /* this */
            aload 5 /* end */
            invokestatic org.objectweb.asm.tree.Util.asArrayList:([Ljava/lang/Object;)Ljava/util/List;
            putfield org.objectweb.asm.tree.LocalVariableAnnotationNode.end:Ljava/util/List;
         3: .line 118
            aload 0 /* this */
            aload 6 /* index */
            invokestatic org.objectweb.asm.tree.Util.asArrayList:([I)Ljava/util/List;
            putfield org.objectweb.asm.tree.LocalVariableAnnotationNode.index:Ljava/util/List;
         4: .line 119
            return
        end local 7 // java.lang.String descriptor
        end local 6 // int[] index
        end local 5 // org.objectweb.asm.tree.LabelNode[] end
        end local 4 // org.objectweb.asm.tree.LabelNode[] start
        end local 3 // org.objectweb.asm.TypePath typePath
        end local 2 // int typeRef
        end local 1 // int api
        end local 0 // org.objectweb.asm.tree.LocalVariableAnnotationNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/objectweb/asm/tree/LocalVariableAnnotationNode;
            0    5     1         api  I
            0    5     2     typeRef  I
            0    5     3    typePath  Lorg/objectweb/asm/TypePath;
            0    5     4       start  [Lorg/objectweb/asm/tree/LabelNode;
            0    5     5         end  [Lorg/objectweb/asm/tree/LabelNode;
            0    5     6       index  [I
            0    5     7  descriptor  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      api         final
      typeRef     final
      typePath    final
      start       final
      end         final
      index       final
      descriptor  final

  public void accept(org.objectweb.asm.MethodVisitor, boolean);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=8, args_size=3
        start local 0 // org.objectweb.asm.tree.LocalVariableAnnotationNode this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // boolean visible
         0: .line 128
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LocalVariableAnnotationNode.start:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            anewarray org.objectweb.asm.Label
            astore 3 /* startLabels */
        start local 3 // org.objectweb.asm.Label[] startLabels
         1: .line 129
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LocalVariableAnnotationNode.end:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            anewarray org.objectweb.asm.Label
            astore 4 /* endLabels */
        start local 4 // org.objectweb.asm.Label[] endLabels
         2: .line 130
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LocalVariableAnnotationNode.index:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            newarray 10
            astore 5 /* indices */
        start local 5 // int[] indices
         3: .line 131
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: aload 3 /* startLabels */
            arraylength
            istore 7 /* n */
        start local 7 // int n
         5: goto 10
         6: .line 132
      StackMap locals: org.objectweb.asm.tree.LocalVariableAnnotationNode org.objectweb.asm.MethodVisitor int org.objectweb.asm.Label[] org.objectweb.asm.Label[] int[] int int
      StackMap stack:
            aload 3 /* startLabels */
            iload 6 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LocalVariableAnnotationNode.start:Ljava/util/List;
            iload 6 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            invokevirtual org.objectweb.asm.tree.LabelNode.getLabel:()Lorg/objectweb/asm/Label;
            aastore
         7: .line 133
            aload 4 /* endLabels */
            iload 6 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LocalVariableAnnotationNode.end:Ljava/util/List;
            iload 6 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            invokevirtual org.objectweb.asm.tree.LabelNode.getLabel:()Lorg/objectweb/asm/Label;
            aastore
         8: .line 134
            aload 5 /* indices */
            iload 6 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LocalVariableAnnotationNode.index:Ljava/util/List;
            iload 6 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iastore
         9: .line 131
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* i */
            iload 7 /* n */
            if_icmplt 6
        end local 7 // int n
        end local 6 // int i
        11: .line 136
            aload 0 /* this */
        12: .line 137
            aload 1 /* methodVisitor */
        13: .line 138
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LocalVariableAnnotationNode.typeRef:I
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LocalVariableAnnotationNode.typePath:Lorg/objectweb/asm/TypePath;
            aload 3 /* startLabels */
            aload 4 /* endLabels */
            aload 5 /* indices */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LocalVariableAnnotationNode.desc:Ljava/lang/String;
            iload 2 /* visible */
        14: .line 137
            invokevirtual org.objectweb.asm.MethodVisitor.visitLocalVariableAnnotation:(ILorg/objectweb/asm/TypePath;[Lorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;[ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
        15: .line 136
            invokevirtual org.objectweb.asm.tree.LocalVariableAnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;)V
        16: .line 139
            return
        end local 5 // int[] indices
        end local 4 // org.objectweb.asm.Label[] endLabels
        end local 3 // org.objectweb.asm.Label[] startLabels
        end local 2 // boolean visible
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // org.objectweb.asm.tree.LocalVariableAnnotationNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   17     0           this  Lorg/objectweb/asm/tree/LocalVariableAnnotationNode;
            0   17     1  methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0   17     2        visible  Z
            1   17     3    startLabels  [Lorg/objectweb/asm/Label;
            2   17     4      endLabels  [Lorg/objectweb/asm/Label;
            3   17     5        indices  [I
            4   11     6              i  I
            5   11     7              n  I
    MethodParameters:
               Name  Flags
      methodVisitor  final
      visible        final
}
SourceFile: "LocalVariableAnnotationNode.java"