class com.sun.tools.internal.xjc.Driver$4 extends com.sun.tools.internal.xjc.util.ErrorReceiverFilter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.internal.xjc.Driver$4
  super_class: com.sun.tools.internal.xjc.util.ErrorReceiverFilter
{
  private final com.sun.tools.internal.xjc.Driver$OptionsEx val$opt;
    descriptor: Lcom/sun/tools/internal/xjc/Driver$OptionsEx;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final boolean[] val$hadWarning;
    descriptor: [Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final com.sun.tools.internal.xjc.XJCListener val$listener;
    descriptor: Lcom/sun/tools/internal/xjc/XJCListener;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.internal.xjc.api.ErrorListener, com.sun.tools.internal.xjc.Driver$OptionsEx, boolean[], com.sun.tools.internal.xjc.XJCListener);
    descriptor: (Lcom/sun/tools/internal/xjc/api/ErrorListener;Lcom/sun/tools/internal/xjc/Driver$OptionsEx;[ZLcom/sun/tools/internal/xjc/XJCListener;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.sun.tools.internal.xjc.Driver$4 this
        start local 1 // com.sun.tools.internal.xjc.api.ErrorListener $anonymous0
         0: .line 281
            aload 0 /* this */
            aload 2
            putfield com.sun.tools.internal.xjc.Driver$4.val$opt:Lcom/sun/tools/internal/xjc/Driver$OptionsEx;
            aload 0 /* this */
            aload 3
            putfield com.sun.tools.internal.xjc.Driver$4.val$hadWarning:[Z
            aload 0 /* this */
            aload 4
            putfield com.sun.tools.internal.xjc.Driver$4.val$listener:Lcom/sun/tools/internal/xjc/XJCListener;
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            invokespecial com.sun.tools.internal.xjc.util.ErrorReceiverFilter.<init>:(Lcom/sun/tools/internal/xjc/api/ErrorListener;)V
            return
        end local 1 // com.sun.tools.internal.xjc.api.ErrorListener $anonymous0
        end local 0 // com.sun.tools.internal.xjc.Driver$4 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/tools/internal/xjc/Driver$4;
            0    1     1  $anonymous0  Lcom/sun/tools/internal/xjc/api/ErrorListener;
    MethodParameters:
                Name  Flags
      $anonymous0     
      val$opt         final
      val$hadWarning  final
      val$listener    final

  public void info(org.xml.sax.SAXParseException);
    descriptor: (Lorg/xml/sax/SAXParseException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.xjc.Driver$4 this
        start local 1 // org.xml.sax.SAXParseException exception
         0: .line 284
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.Driver$4.val$opt:Lcom/sun/tools/internal/xjc/Driver$OptionsEx;
            getfield com.sun.tools.internal.xjc.Driver$OptionsEx.verbose:Z
            ifeq 2
         1: .line 285
            aload 0 /* this */
            aload 1 /* exception */
            invokespecial com.sun.tools.internal.xjc.util.ErrorReceiverFilter.info:(Lorg/xml/sax/SAXParseException;)V
         2: .line 286
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.xml.sax.SAXParseException exception
        end local 0 // com.sun.tools.internal.xjc.Driver$4 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/sun/tools/internal/xjc/Driver$4;
            0    3     1  exception  Lorg/xml/sax/SAXParseException;
    MethodParameters:
           Name  Flags
      exception  

  public void warning(org.xml.sax.SAXParseException);
    descriptor: (Lorg/xml/sax/SAXParseException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.xjc.Driver$4 this
        start local 1 // org.xml.sax.SAXParseException exception
         0: .line 289
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.Driver$4.val$hadWarning:[Z
            iconst_0
            iconst_1
            bastore
         1: .line 290
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.Driver$4.val$opt:Lcom/sun/tools/internal/xjc/Driver$OptionsEx;
            getfield com.sun.tools.internal.xjc.Driver$OptionsEx.quiet:Z
            ifne 3
         2: .line 291
            aload 0 /* this */
            aload 1 /* exception */
            invokespecial com.sun.tools.internal.xjc.util.ErrorReceiverFilter.warning:(Lorg/xml/sax/SAXParseException;)V
         3: .line 292
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.xml.sax.SAXParseException exception
        end local 0 // com.sun.tools.internal.xjc.Driver$4 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/tools/internal/xjc/Driver$4;
            0    4     1  exception  Lorg/xml/sax/SAXParseException;
    MethodParameters:
           Name  Flags
      exception  

  public void pollAbort();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.Driver$4 this
         0: .line 295
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.Driver$4.val$listener:Lcom/sun/tools/internal/xjc/XJCListener;
            invokevirtual com.sun.tools.internal.xjc.XJCListener.isCanceled:()Z
            ifeq 2
         1: .line 296
            new com.sun.tools.internal.xjc.AbortException
            dup
            invokespecial com.sun.tools.internal.xjc.AbortException.<init>:()V
            athrow
         2: .line 297
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.internal.xjc.Driver$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/internal/xjc/Driver$4;
    Exceptions:
      throws com.sun.tools.internal.xjc.AbortException
}
SourceFile: "Driver.java"
EnclosingMethod: com.sun.tools.internal.xjc.Driver.run:([Ljava/lang/String;Lcom/sun/tools/internal/xjc/XJCListener;)I
NestHost: com.sun.tools.internal.xjc.Driver
InnerClasses:
  com.sun.tools.internal.xjc.Driver$4
  OptionsEx = com.sun.tools.internal.xjc.Driver$OptionsEx of com.sun.tools.internal.xjc.Driver