final class org.objectweb.asm.xml.ASMContentHandler$LocalVariableAnnotationRule extends org.objectweb.asm.xml.ASMContentHandler$Rule
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.objectweb.asm.xml.ASMContentHandler$LocalVariableAnnotationRule
  super_class: org.objectweb.asm.xml.ASMContentHandler$Rule
{
  final org.objectweb.asm.xml.ASMContentHandler this$0;
    descriptor: Lorg/objectweb/asm/xml/ASMContentHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.objectweb.asm.xml.ASMContentHandler);
    descriptor: (Lorg/objectweb/asm/xml/ASMContentHandler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.xml.ASMContentHandler$LocalVariableAnnotationRule this
         0: .line 1333
            aload 0 /* this */
            aload 1
            putfield org.objectweb.asm.xml.ASMContentHandler$LocalVariableAnnotationRule.this$0:Lorg/objectweb/asm/xml/ASMContentHandler;
            aload 0 /* this */
            aload 1
            invokespecial org.objectweb.asm.xml.ASMContentHandler$Rule.<init>:(Lorg/objectweb/asm/xml/ASMContentHandler;)V
            return
        end local 0 // org.objectweb.asm.xml.ASMContentHandler$LocalVariableAnnotationRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/xml/ASMContentHandler$LocalVariableAnnotationRule;
    MethodParameters:
        Name  Flags
      this$0  final

  public void begin(java.lang.String, org.xml.sax.Attributes);
    descriptor: (Ljava/lang/String;Lorg/xml/sax/Attributes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=14, args_size=3
        start local 0 // org.objectweb.asm.xml.ASMContentHandler$LocalVariableAnnotationRule this
        start local 1 // java.lang.String name
        start local 2 // org.xml.sax.Attributes attrs
         0: .line 1337
            aload 2 /* attrs */
            ldc "desc"
            invokeinterface org.xml.sax.Attributes.getValue:(Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* desc */
        start local 3 // java.lang.String desc
         1: .line 1338
            aload 2 /* attrs */
            ldc "visible"
            invokeinterface org.xml.sax.Attributes.getValue:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.Boolean.valueOf:(Ljava/lang/String;)Ljava/lang/Boolean;
         2: .line 1339
            invokevirtual java.lang.Boolean.booleanValue:()Z
         3: .line 1338
            istore 4 /* visible */
        start local 4 // boolean visible
         4: .line 1340
            aload 2 /* attrs */
            ldc "typeRef"
            invokeinterface org.xml.sax.Attributes.getValue:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            istore 5 /* typeRef */
        start local 5 // int typeRef
         5: .line 1341
            aload 2 /* attrs */
            ldc "typePath"
            invokeinterface org.xml.sax.Attributes.getValue:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic org.objectweb.asm.TypePath.fromString:(Ljava/lang/String;)Lorg/objectweb/asm/TypePath;
            astore 6 /* typePath */
        start local 6 // org.objectweb.asm.TypePath typePath
         6: .line 1342
            aload 2 /* attrs */
            ldc "start"
            invokeinterface org.xml.sax.Attributes.getValue:(Ljava/lang/String;)Ljava/lang/String;
            ldc " "
            invokevirtual java.lang.String.split:(Ljava/lang/String;)[Ljava/lang/String;
            astore 7 /* s */
        start local 7 // java.lang.String[] s
         7: .line 1343
            aload 7 /* s */
            arraylength
            anewarray org.objectweb.asm.Label
            astore 8 /* start */
        start local 8 // org.objectweb.asm.Label[] start
         8: .line 1344
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         9: goto 12
        10: .line 1345
      StackMap locals: org.objectweb.asm.xml.ASMContentHandler$LocalVariableAnnotationRule java.lang.String org.xml.sax.Attributes java.lang.String int int org.objectweb.asm.TypePath java.lang.String[] org.objectweb.asm.Label[] int
      StackMap stack:
            aload 8 /* start */
            iload 9 /* i */
            aload 0 /* this */
            aload 7 /* s */
            iload 9 /* i */
            aaload
            invokevirtual org.objectweb.asm.xml.ASMContentHandler$LocalVariableAnnotationRule.getLabel:(Ljava/lang/Object;)Lorg/objectweb/asm/Label;
            aastore
        11: .line 1344
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 9 /* i */
            aload 8 /* start */
            arraylength
            if_icmplt 10
        end local 9 // int i
        13: .line 1347
            aload 2 /* attrs */
            ldc "end"
            invokeinterface org.xml.sax.Attributes.getValue:(Ljava/lang/String;)Ljava/lang/String;
            ldc " "
            invokevirtual java.lang.String.split:(Ljava/lang/String;)[Ljava/lang/String;
            astore 9 /* e */
        start local 9 // java.lang.String[] e
        14: .line 1348
            aload 9 /* e */
            arraylength
            anewarray org.objectweb.asm.Label
            astore 10 /* end */
        start local 10 // org.objectweb.asm.Label[] end
        15: .line 1349
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        16: goto 19
        17: .line 1350
      StackMap locals: org.objectweb.asm.xml.ASMContentHandler$LocalVariableAnnotationRule java.lang.String org.xml.sax.Attributes java.lang.String int int org.objectweb.asm.TypePath java.lang.String[] org.objectweb.asm.Label[] java.lang.String[] org.objectweb.asm.Label[] int
      StackMap stack:
            aload 10 /* end */
            iload 11 /* i */
            aload 0 /* this */
            aload 9 /* e */
            iload 11 /* i */
            aaload
            invokevirtual org.objectweb.asm.xml.ASMContentHandler$LocalVariableAnnotationRule.getLabel:(Ljava/lang/Object;)Lorg/objectweb/asm/Label;
            aastore
        18: .line 1349
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 11 /* i */
            aload 10 /* end */
            arraylength
            if_icmplt 17
        end local 11 // int i
        20: .line 1352
            aload 2 /* attrs */
            ldc "index"
            invokeinterface org.xml.sax.Attributes.getValue:(Ljava/lang/String;)Ljava/lang/String;
            ldc " "
            invokevirtual java.lang.String.split:(Ljava/lang/String;)[Ljava/lang/String;
            astore 11 /* v */
        start local 11 // java.lang.String[] v
        21: .line 1353
            aload 11 /* v */
            arraylength
            newarray 10
            astore 12 /* index */
        start local 12 // int[] index
        22: .line 1354
            iconst_0
            istore 13 /* i */
        start local 13 // int i
        23: goto 26
        24: .line 1355
      StackMap locals: org.objectweb.asm.xml.ASMContentHandler$LocalVariableAnnotationRule java.lang.String org.xml.sax.Attributes java.lang.String int int org.objectweb.asm.TypePath java.lang.String[] org.objectweb.asm.Label[] java.lang.String[] org.objectweb.asm.Label[] java.lang.String[] int[] int
      StackMap stack:
            aload 12 /* index */
            iload 13 /* i */
            aload 11 /* v */
            iload 13 /* i */
            aaload
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            iastore
        25: .line 1354
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
        26: iload 13 /* i */
            aload 12 /* index */
            arraylength
            if_icmplt 24
        end local 13 // int i
        27: .line 1357
            aload 0 /* this */
            getfield org.objectweb.asm.xml.ASMContentHandler$LocalVariableAnnotationRule.this$0:Lorg/objectweb/asm/xml/ASMContentHandler;
            aload 0 /* this */
            getfield org.objectweb.asm.xml.ASMContentHandler$LocalVariableAnnotationRule.this$0:Lorg/objectweb/asm/xml/ASMContentHandler;
            invokevirtual org.objectweb.asm.xml.ASMContentHandler.peek:()Ljava/lang/Object;
            checkcast org.objectweb.asm.MethodVisitor
            iload 5 /* typeRef */
        28: .line 1358
            aload 6 /* typePath */
            aload 8 /* start */
            aload 10 /* end */
            aload 12 /* index */
            aload 3 /* desc */
            iload 4 /* visible */
        29: .line 1357
            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;
            invokevirtual org.objectweb.asm.xml.ASMContentHandler.push:(Ljava/lang/Object;)V
        30: .line 1359
            return
        end local 12 // int[] index
        end local 11 // java.lang.String[] v
        end local 10 // org.objectweb.asm.Label[] end
        end local 9 // java.lang.String[] e
        end local 8 // org.objectweb.asm.Label[] start
        end local 7 // java.lang.String[] s
        end local 6 // org.objectweb.asm.TypePath typePath
        end local 5 // int typeRef
        end local 4 // boolean visible
        end local 3 // java.lang.String desc
        end local 2 // org.xml.sax.Attributes attrs
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.xml.ASMContentHandler$LocalVariableAnnotationRule this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   31     0      this  Lorg/objectweb/asm/xml/ASMContentHandler$LocalVariableAnnotationRule;
            0   31     1      name  Ljava/lang/String;
            0   31     2     attrs  Lorg/xml/sax/Attributes;
            1   31     3      desc  Ljava/lang/String;
            4   31     4   visible  Z
            5   31     5   typeRef  I
            6   31     6  typePath  Lorg/objectweb/asm/TypePath;
            7   31     7         s  [Ljava/lang/String;
            8   31     8     start  [Lorg/objectweb/asm/Label;
            9   13     9         i  I
           14   31     9         e  [Ljava/lang/String;
           15   31    10       end  [Lorg/objectweb/asm/Label;
           16   20    11         i  I
           21   31    11         v  [Ljava/lang/String;
           22   31    12     index  [I
           23   27    13         i  I
    MethodParameters:
       Name  Flags
      name   final
      attrs  final

  public void end(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // org.objectweb.asm.xml.ASMContentHandler$LocalVariableAnnotationRule this
        start local 1 // java.lang.String name
         0: .line 1363
            aload 0 /* this */
            getfield org.objectweb.asm.xml.ASMContentHandler$LocalVariableAnnotationRule.this$0:Lorg/objectweb/asm/xml/ASMContentHandler;
            invokevirtual org.objectweb.asm.xml.ASMContentHandler.pop:()Ljava/lang/Object;
            checkcast org.objectweb.asm.AnnotationVisitor
            astore 2 /* av */
        start local 2 // org.objectweb.asm.AnnotationVisitor av
         1: .line 1364
            aload 2 /* av */
            ifnull 3
         2: .line 1365
            aload 2 /* av */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitEnd:()V
         3: .line 1367
      StackMap locals: org.objectweb.asm.AnnotationVisitor
      StackMap stack:
            return
        end local 2 // org.objectweb.asm.AnnotationVisitor av
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.xml.ASMContentHandler$LocalVariableAnnotationRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/objectweb/asm/xml/ASMContentHandler$LocalVariableAnnotationRule;
            0    4     1  name  Ljava/lang/String;
            1    4     2    av  Lorg/objectweb/asm/AnnotationVisitor;
    MethodParameters:
      Name  Flags
      name  final
}
SourceFile: "ASMContentHandler.java"
NestHost: org.objectweb.asm.xml.ASMContentHandler
InnerClasses:
  final LocalVariableAnnotationRule = org.objectweb.asm.xml.ASMContentHandler$LocalVariableAnnotationRule of org.objectweb.asm.xml.ASMContentHandler
  protected abstract Rule = org.objectweb.asm.xml.ASMContentHandler$Rule of org.objectweb.asm.xml.ASMContentHandler