final class org.objectweb.asm.xml.ASMContentHandler$AnnotationValueAnnotationRule 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$AnnotationValueAnnotationRule
  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$AnnotationValueAnnotationRule this
         0: .line 1251
            aload 0 /* this */
            aload 1
            putfield org.objectweb.asm.xml.ASMContentHandler$AnnotationValueAnnotationRule.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$AnnotationValueAnnotationRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/xml/ASMContentHandler$AnnotationValueAnnotationRule;
    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=5, locals=4, args_size=3
        start local 0 // org.objectweb.asm.xml.ASMContentHandler$AnnotationValueAnnotationRule this
        start local 1 // java.lang.String nm
        start local 2 // org.xml.sax.Attributes attrs
         0: .line 1255
            aload 0 /* this */
            getfield org.objectweb.asm.xml.ASMContentHandler$AnnotationValueAnnotationRule.this$0:Lorg/objectweb/asm/xml/ASMContentHandler;
            invokevirtual org.objectweb.asm.xml.ASMContentHandler.peek:()Ljava/lang/Object;
            checkcast org.objectweb.asm.AnnotationVisitor
            astore 3 /* av */
        start local 3 // org.objectweb.asm.AnnotationVisitor av
         1: .line 1256
            aload 0 /* this */
            getfield org.objectweb.asm.xml.ASMContentHandler$AnnotationValueAnnotationRule.this$0:Lorg/objectweb/asm/xml/ASMContentHandler;
            aload 3 /* av */
            ifnonnull 2
            aconst_null
            goto 5
      StackMap locals: org.objectweb.asm.xml.ASMContentHandler$AnnotationValueAnnotationRule java.lang.String org.xml.sax.Attributes org.objectweb.asm.AnnotationVisitor
      StackMap stack: org.objectweb.asm.xml.ASMContentHandler
         2: aload 3 /* av */
            aload 2 /* attrs */
            ldc "name"
            invokeinterface org.xml.sax.Attributes.getValue:(Ljava/lang/String;)Ljava/lang/String;
         3: .line 1257
            aload 2 /* attrs */
            ldc "desc"
            invokeinterface org.xml.sax.Attributes.getValue:(Ljava/lang/String;)Ljava/lang/String;
         4: .line 1256
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitAnnotation:(Ljava/lang/String;Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;
      StackMap locals: org.objectweb.asm.xml.ASMContentHandler$AnnotationValueAnnotationRule java.lang.String org.xml.sax.Attributes org.objectweb.asm.AnnotationVisitor
      StackMap stack: org.objectweb.asm.xml.ASMContentHandler org.objectweb.asm.AnnotationVisitor
         5: invokevirtual org.objectweb.asm.xml.ASMContentHandler.push:(Ljava/lang/Object;)V
         6: .line 1258
            return
        end local 3 // org.objectweb.asm.AnnotationVisitor av
        end local 2 // org.xml.sax.Attributes attrs
        end local 1 // java.lang.String nm
        end local 0 // org.objectweb.asm.xml.ASMContentHandler$AnnotationValueAnnotationRule this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/objectweb/asm/xml/ASMContentHandler$AnnotationValueAnnotationRule;
            0    7     1     nm  Ljava/lang/String;
            0    7     2  attrs  Lorg/xml/sax/Attributes;
            1    7     3     av  Lorg/objectweb/asm/AnnotationVisitor;
    MethodParameters:
       Name  Flags
      nm     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$AnnotationValueAnnotationRule this
        start local 1 // java.lang.String name
         0: .line 1262
            aload 0 /* this */
            getfield org.objectweb.asm.xml.ASMContentHandler$AnnotationValueAnnotationRule.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 1263
            aload 2 /* av */
            ifnull 3
         2: .line 1264
            aload 2 /* av */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitEnd:()V
         3: .line 1266
      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$AnnotationValueAnnotationRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/objectweb/asm/xml/ASMContentHandler$AnnotationValueAnnotationRule;
            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 AnnotationValueAnnotationRule = org.objectweb.asm.xml.ASMContentHandler$AnnotationValueAnnotationRule of org.objectweb.asm.xml.ASMContentHandler
  protected abstract Rule = org.objectweb.asm.xml.ASMContentHandler$Rule of org.objectweb.asm.xml.ASMContentHandler