public class org.hsqldb.server.Servlet
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hsqldb.server.Servlet
  super_class: java.lang.Object
{
  private static final int BUFFER_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 256

  private java.lang.String dbType;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String dbPath;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String initError;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private static long lModified;
    descriptor: J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.server.Servlet this
         0: .line 77
            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\tThe import javax.servlet cannot be resolved\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\tServletConfig cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tThe method getInitParameter(String) is undefined for the type Servlet\n\tThe method getInitParameter(String) is undefined for the type Servlet\n\tThe method getServletContext() is undefined for the type Servlet\n\tThe method log(String) is undefined for the type Servlet\n\tThe method log(String) is undefined for the type Servlet\n\tThe method log(String) is undefined for the type Servlet\n\tThe method log(String) is undefined for the type Servlet\n\tHttpServletRequest 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\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse 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 // org.hsqldb.server.Servlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/server/Servlet;

  public void init(ServletConfig);
    descriptor: (LServletConfig;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hsqldb.server.Servlet this
         0: .line 143
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletConfig cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tThe method getInitParameter(String) is undefined for the type Servlet\n\tThe method getInitParameter(String) is undefined for the type Servlet\n\tThe method getServletContext() is undefined for the type Servlet\n\tThe method log(String) is undefined for the type Servlet\n\tThe method log(String) is undefined for the type Servlet\n\tThe method log(String) is undefined for the type Servlet\n\tThe method log(String) is undefined for the type Servlet\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.server.Servlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/server/Servlet;
    MethodParameters:
        Name  Flags
      config  

  protected long getLastModified(HttpServletRequest);
    descriptor: (LHttpServletRequest;)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hsqldb.server.Servlet this
         0: .line 193
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHttpServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.server.Servlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/server/Servlet;
    MethodParameters:
      Name  Flags
      req   

  public void doGet(HttpServletRequest, HttpServletResponse);
    descriptor: (LHttpServletRequest;LHttpServletResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hsqldb.server.Servlet this
         0: .line 200
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.server.Servlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/server/Servlet;
    Exceptions:
      throws java.io.IOException, ServletException
    MethodParameters:
          Name  Flags
      request   
      response  

  public void doPost(HttpServletRequest, HttpServletResponse);
    descriptor: (LHttpServletRequest;LHttpServletResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hsqldb.server.Servlet this
         0: .line 233
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.server.Servlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/server/Servlet;
    Exceptions:
      throws java.io.IOException, ServletException
    MethodParameters:
          Name  Flags
      request   
      response  
}
SourceFile: "Servlet.java"