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

  private final org.objectweb.asm.ClassWriter val$cw;
    descriptor: Lorg/objectweb/asm/ClassWriter;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.objectweb.asm.xml.Processor$ASMContentHandlerFactory, org.objectweb.asm.ClassVisitor, org.objectweb.asm.ClassWriter);
    descriptor: (Lorg/objectweb/asm/xml/Processor$ASMContentHandlerFactory;Lorg/objectweb/asm/ClassVisitor;Lorg/objectweb/asm/ClassWriter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.objectweb.asm.xml.Processor$ASMContentHandlerFactory$1 this
        start local 2 // org.objectweb.asm.ClassVisitor $anonymous0
         0: .line 527
            aload 0 /* this */
            aload 1
            putfield org.objectweb.asm.xml.Processor$ASMContentHandlerFactory$1.this$1:Lorg/objectweb/asm/xml/Processor$ASMContentHandlerFactory;
            aload 0 /* this */
            aload 3
            putfield org.objectweb.asm.xml.Processor$ASMContentHandlerFactory$1.val$cw:Lorg/objectweb/asm/ClassWriter;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial org.objectweb.asm.xml.ASMContentHandler.<init>:(Lorg/objectweb/asm/ClassVisitor;)V
            return
        end local 2 // org.objectweb.asm.ClassVisitor $anonymous0
        end local 0 // org.objectweb.asm.xml.Processor$ASMContentHandlerFactory$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/objectweb/asm/xml/Processor$ASMContentHandlerFactory$1;
            0    1     2  $anonymous0  Lorg/objectweb/asm/ClassVisitor;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      val$cw       final

  public void endDocument();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.objectweb.asm.xml.Processor$ASMContentHandlerFactory$1 this
         0: .line 531
            aload 0 /* this */
            getfield org.objectweb.asm.xml.Processor$ASMContentHandlerFactory$1.this$1:Lorg/objectweb/asm/xml/Processor$ASMContentHandlerFactory;
            getfield org.objectweb.asm.xml.Processor$ASMContentHandlerFactory.os:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield org.objectweb.asm.xml.Processor$ASMContentHandlerFactory$1.val$cw:Lorg/objectweb/asm/ClassWriter;
            invokevirtual org.objectweb.asm.ClassWriter.toByteArray:()[B
            invokevirtual java.io.OutputStream.write:([B)V
         1: .line 532
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 533
            new org.xml.sax.SAXException
            dup
            aload 1 /* e */
            invokespecial org.xml.sax.SAXException.<init>:(Ljava/lang/Exception;)V
            athrow
        end local 1 // java.io.IOException e
         4: .line 535
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.objectweb.asm.xml.Processor$ASMContentHandlerFactory$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/objectweb/asm/xml/Processor$ASMContentHandlerFactory$1;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    Exceptions:
      throws org.xml.sax.SAXException
}
SourceFile: "Processor.java"
EnclosingMethod: org.objectweb.asm.xml.Processor$ASMContentHandlerFactory.createContentHandler:()Lorg/xml/sax/ContentHandler;
NestHost: org.objectweb.asm.xml.Processor
InnerClasses:
  private final ASMContentHandlerFactory = org.objectweb.asm.xml.Processor$ASMContentHandlerFactory of org.objectweb.asm.xml.Processor
  org.objectweb.asm.xml.Processor$ASMContentHandlerFactory$1