class com.mchange.v2.c3p0.servlet.C3P0StatusServlet$UnknownPdsStatusReporter implements com.mchange.v2.c3p0.servlet.C3P0StatusServlet$StatusReporter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mchange.v2.c3p0.servlet.C3P0StatusServlet$UnknownPdsStatusReporter
  super_class: java.lang.Object
{
  java.lang.String shortTypeName;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  com.mchange.v2.c3p0.PooledDataSource pds;
    descriptor: Lcom/mchange/v2/c3p0/PooledDataSource;
    flags: (0x0000) 

  org.w3c.dom.Document doc;
    descriptor: Lorg/w3c/dom/Document;
    flags: (0x0000) 

  final com.mchange.v2.c3p0.servlet.C3P0StatusServlet this$0;
    descriptor: Lcom/mchange/v2/c3p0/servlet/C3P0StatusServlet;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.mchange.v2.c3p0.servlet.C3P0StatusServlet, java.lang.String, com.mchange.v2.c3p0.PooledDataSource, org.w3c.dom.Document);
    descriptor: (Lcom/mchange/v2/c3p0/servlet/C3P0StatusServlet;Ljava/lang/String;Lcom/mchange/v2/c3p0/PooledDataSource;Lorg/w3c/dom/Document;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.mchange.v2.c3p0.servlet.C3P0StatusServlet$UnknownPdsStatusReporter this
         0: .line 41
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tHttpServlet cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tServletException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.mchange.v2.c3p0.servlet.C3P0StatusServlet$UnknownPdsStatusReporter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mchange/v2/c3p0/servlet/C3P0StatusServlet$UnknownPdsStatusReporter;
    MethodParameters:
               Name  Flags
      this$0         final
      shortTypeName  
      pds            
      doc            

  void <init>(com.mchange.v2.c3p0.servlet.C3P0StatusServlet, com.mchange.v2.c3p0.PooledDataSource, org.w3c.dom.Document);
    descriptor: (Lcom/mchange/v2/c3p0/servlet/C3P0StatusServlet;Lcom/mchange/v2/c3p0/PooledDataSource;Lorg/w3c/dom/Document;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.mchange.v2.c3p0.servlet.C3P0StatusServlet$UnknownPdsStatusReporter this
         0: .line 41
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tHttpServlet cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tServletException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.mchange.v2.c3p0.servlet.C3P0StatusServlet$UnknownPdsStatusReporter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mchange/v2/c3p0/servlet/C3P0StatusServlet$UnknownPdsStatusReporter;
    MethodParameters:
        Name  Flags
      this$0  final
      pds     
      doc     

  public org.w3c.dom.Element reportDtElem();
    descriptor: ()Lorg/w3c/dom/Element;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.mchange.v2.c3p0.servlet.C3P0StatusServlet$UnknownPdsStatusReporter this
         0: .line 144
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.mchange.v2.c3p0.servlet.C3P0StatusServlet$UnknownPdsStatusReporter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mchange/v2/c3p0/servlet/C3P0StatusServlet$UnknownPdsStatusReporter;

  public org.w3c.dom.Element reportDdElem();
    descriptor: ()Lorg/w3c/dom/Element;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.mchange.v2.c3p0.servlet.C3P0StatusServlet$UnknownPdsStatusReporter this
         0: .line 159
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.mchange.v2.c3p0.servlet.C3P0StatusServlet$UnknownPdsStatusReporter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mchange/v2/c3p0/servlet/C3P0StatusServlet$UnknownPdsStatusReporter;
}
SourceFile: "C3P0StatusServlet.java"
NestHost: com.mchange.v2.c3p0.servlet.C3P0StatusServlet
InnerClasses:
  private abstract StatusReporter = com.mchange.v2.c3p0.servlet.C3P0StatusServlet$StatusReporter of com.mchange.v2.c3p0.servlet.C3P0StatusServlet
  private UnknownPdsStatusReporter = com.mchange.v2.c3p0.servlet.C3P0StatusServlet$UnknownPdsStatusReporter of com.mchange.v2.c3p0.servlet.C3P0StatusServlet