public class org.hsqldb.test.TestPreparedSubQueries
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hsqldb.test.TestPreparedSubQueries
  super_class: java.lang.Object
{
  private java.sql.Connection con;
    descriptor: Ljava/sql/Connection;
    flags: (0x0002) ACC_PRIVATE

  private org.hsqldb.test.TestPreparedSubQueries$sqlStmt[] stmtArray;
    descriptor: [Lorg/hsqldb/test/TestPreparedSubQueries$sqlStmt;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object[][] stmtArgs;
    descriptor: [[Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hsqldb.test.TestPreparedSubQueries this
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import junit.framework cannot be resolved\n\tTestCase cannot be resolved to a type\n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n\tThe method assertEquals(int, int) is undefined for the type TestPreparedSubQueries\n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n\tThe method assertEquals(int, int) is undefined for the type TestPreparedSubQueries\n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n\tThe method assertEquals(int, int) is undefined for the type TestPreparedSubQueries\n\tThe method fail(String) is undefined for the type TestPreparedSubQueries\n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestPreparedSubQueries this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestPreparedSubQueries;
    MethodParameters:
      Name  Flags
      name  

  protected void setUp();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestPreparedSubQueries this
         0: .line 94
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestPreparedSubQueries this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestPreparedSubQueries;

  public void testA();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestPreparedSubQueries this
         0: .line 159
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestPreparedSubQueries this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestPreparedSubQueries;

  public void testGenerated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestPreparedSubQueries this
         0: .line 186
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n\tThe method assertEquals(int, int) is undefined for the type TestPreparedSubQueries\n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n\tThe method assertEquals(int, int) is undefined for the type TestPreparedSubQueries\n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n\tThe method assertEquals(int, int) is undefined for the type TestPreparedSubQueries\n\tThe method fail(String) is undefined for the type TestPreparedSubQueries\n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestPreparedSubQueries this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestPreparedSubQueries;

  public void testIdentity();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestPreparedSubQueries this
         0: .line 313
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n\tThe method assertTrue(boolean) is undefined for the type TestPreparedSubQueries\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestPreparedSubQueries this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestPreparedSubQueries;
}
SourceFile: "TestPreparedSubQueries.java"
NestMembers:
  org.hsqldb.test.TestPreparedSubQueries$sqlStmt
InnerClasses:
  private sqlStmt = org.hsqldb.test.TestPreparedSubQueries$sqlStmt of org.hsqldb.test.TestPreparedSubQueries