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

  public java.util.List<jdk.internal.org.objectweb.asm.tree.LabelNode> end;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Ljdk/internal/org/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, jdk.internal.org.objectweb.asm.TypePath, jdk.internal.org.objectweb.asm.tree.LabelNode[], jdk.internal.org.objectweb.asm.tree.LabelNode[], int[], java.lang.String);
    descriptor: (ILjdk/internal/org/objectweb/asm/TypePath;[Ljdk/internal/org/objectweb/asm/tree/LabelNode;[Ljdk/internal/org/objectweb/asm/tree/LabelNode;[ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode this
        start local 1 // int typeRef
        start local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        start local 3 // jdk.internal.org.objectweb.asm.tree.LabelNode[] start
        start local 4 // jdk.internal.org.objectweb.asm.tree.LabelNode[] end
        start local 5 // int[] index
        start local 6 // java.lang.String descriptor
         0: .line 117
            aload 0 /* this */
            ldc 458752
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* start */
            aload 4 /* end */
            aload 5 /* index */
            aload 6 /* descriptor */
            invokespecial jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.<init>:(IILjdk/internal/org/objectweb/asm/TypePath;[Ljdk/internal/org/objectweb/asm/tree/LabelNode;[Ljdk/internal/org/objectweb/asm/tree/LabelNode;[ILjava/lang/String;)V
         1: .line 118
            return
        end local 6 // java.lang.String descriptor
        end local 5 // int[] index
        end local 4 // jdk.internal.org.objectweb.asm.tree.LabelNode[] end
        end local 3 // jdk.internal.org.objectweb.asm.tree.LabelNode[] start
        end local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Ljdk/internal/org/objectweb/asm/tree/LocalVariableAnnotationNode;
            0    2     1     typeRef  I
            0    2     2    typePath  Ljdk/internal/org/objectweb/asm/TypePath;
            0    2     3       start  [Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            0    2     4         end  [Ljdk/internal/org/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, jdk.internal.org.objectweb.asm.TypePath, jdk.internal.org.objectweb.asm.tree.LabelNode[], jdk.internal.org.objectweb.asm.tree.LabelNode[], int[], java.lang.String);
    descriptor: (IILjdk/internal/org/objectweb/asm/TypePath;[Ljdk/internal/org/objectweb/asm/tree/LabelNode;[Ljdk/internal/org/objectweb/asm/tree/LabelNode;[ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=8
        start local 0 // jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode this
        start local 1 // int api
        start local 2 // int typeRef
        start local 3 // jdk.internal.org.objectweb.asm.TypePath typePath
        start local 4 // jdk.internal.org.objectweb.asm.tree.LabelNode[] start
        start local 5 // jdk.internal.org.objectweb.asm.tree.LabelNode[] end
        start local 6 // int[] index
        start local 7 // java.lang.String descriptor
         0: .line 145
            aload 0 /* this */
            iload 1 /* api */
            iload 2 /* typeRef */
            aload 3 /* typePath */
            aload 7 /* descriptor */
            invokespecial jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.<init>:(IILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;)V
         1: .line 146
            aload 0 /* this */
            aload 4 /* start */
            invokestatic jdk.internal.org.objectweb.asm.tree.Util.asArrayList:([Ljava/lang/Object;)Ljava/util/List;
            putfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.start:Ljava/util/List;
         2: .line 147
            aload 0 /* this */
            aload 5 /* end */
            invokestatic jdk.internal.org.objectweb.asm.tree.Util.asArrayList:([Ljava/lang/Object;)Ljava/util/List;
            putfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.end:Ljava/util/List;
         3: .line 148
            aload 0 /* this */
            aload 6 /* index */
            invokestatic jdk.internal.org.objectweb.asm.tree.Util.asArrayList:([I)Ljava/util/List;
            putfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.index:Ljava/util/List;
         4: .line 149
            return
        end local 7 // java.lang.String descriptor
        end local 6 // int[] index
        end local 5 // jdk.internal.org.objectweb.asm.tree.LabelNode[] end
        end local 4 // jdk.internal.org.objectweb.asm.tree.LabelNode[] start
        end local 3 // jdk.internal.org.objectweb.asm.TypePath typePath
        end local 2 // int typeRef
        end local 1 // int api
        end local 0 // jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Ljdk/internal/org/objectweb/asm/tree/LocalVariableAnnotationNode;
            0    5     1         api  I
            0    5     2     typeRef  I
            0    5     3    typePath  Ljdk/internal/org/objectweb/asm/TypePath;
            0    5     4       start  [Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            0    5     5         end  [Ljdk/internal/org/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(jdk.internal.org.objectweb.asm.MethodVisitor, boolean);
    descriptor: (Ljdk/internal/org/objectweb/asm/MethodVisitor;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=8, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode this
        start local 1 // jdk.internal.org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // boolean visible
         0: .line 158
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.start:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            anewarray jdk.internal.org.objectweb.asm.Label
            astore 3 /* startLabels */
        start local 3 // jdk.internal.org.objectweb.asm.Label[] startLabels
         1: .line 159
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.end:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            anewarray jdk.internal.org.objectweb.asm.Label
            astore 4 /* endLabels */
        start local 4 // jdk.internal.org.objectweb.asm.Label[] endLabels
         2: .line 160
            aload 0 /* this */
            getfield jdk.internal.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 161
            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 162
      StackMap locals: jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode jdk.internal.org.objectweb.asm.MethodVisitor int jdk.internal.org.objectweb.asm.Label[] jdk.internal.org.objectweb.asm.Label[] int[] int int
      StackMap stack:
            aload 3 /* startLabels */
            iload 6 /* i */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.start:Ljava/util/List;
            iload 6 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.tree.LabelNode
            invokevirtual jdk.internal.org.objectweb.asm.tree.LabelNode.getLabel:()Ljdk/internal/org/objectweb/asm/Label;
            aastore
         7: .line 163
            aload 4 /* endLabels */
            iload 6 /* i */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.end:Ljava/util/List;
            iload 6 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.tree.LabelNode
            invokevirtual jdk.internal.org.objectweb.asm.tree.LabelNode.getLabel:()Ljdk/internal/org/objectweb/asm/Label;
            aastore
         8: .line 164
            aload 5 /* indices */
            iload 6 /* i */
            aload 0 /* this */
            getfield jdk.internal.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 161
            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 166
            aload 0 /* this */
        12: .line 167
            aload 1 /* methodVisitor */
        13: .line 168
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.typeRef:I
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.typePath:Ljdk/internal/org/objectweb/asm/TypePath;
            aload 3 /* startLabels */
            aload 4 /* endLabels */
            aload 5 /* indices */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.desc:Ljava/lang/String;
            iload 2 /* visible */
        14: .line 167
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLocalVariableAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;[Ljdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;[ILjava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
        15: .line 166
            invokevirtual jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.accept:(Ljdk/internal/org/objectweb/asm/AnnotationVisitor;)V
        16: .line 169
            return
        end local 5 // int[] indices
        end local 4 // jdk.internal.org.objectweb.asm.Label[] endLabels
        end local 3 // jdk.internal.org.objectweb.asm.Label[] startLabels
        end local 2 // boolean visible
        end local 1 // jdk.internal.org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   17     0           this  Ljdk/internal/org/objectweb/asm/tree/LocalVariableAnnotationNode;
            0   17     1  methodVisitor  Ljdk/internal/org/objectweb/asm/MethodVisitor;
            0   17     2        visible  Z
            1   17     3    startLabels  [Ljdk/internal/org/objectweb/asm/Label;
            2   17     4      endLabels  [Ljdk/internal/org/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"