public class org.hsqldb.util.preprocessor.PreprocessorAntTask
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hsqldb.util.preprocessor.PreprocessorAntTask
  super_class: java.lang.Object
{
  private java.lang.String ifExpr;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

  private java.io.File sourceDir;
    descriptor: Ljava/io/File;
    flags: (0x0002) ACC_PRIVATE

  private java.io.File targetDir;
    descriptor: Ljava/io/File;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private int options;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.util.preprocessor.PreprocessorAntTask this
         0: .line 36
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tMatchingTask cannot be resolved to a type\n\tMatchingTask cannot be resolved to a type\n\tThe method getProject() is undefined for the type PreprocessorAntTask\n\tThe method getProject() is undefined for the type PreprocessorAntTask\n\tBuildException cannot be resolved to a type\n\tThe method checkTargetDir() from the type PreprocessorAntTask refers to the missing type BuildException\n\tThe method getProject() is undefined for the type PreprocessorAntTask\n\tThe method getProject() is undefined for the type PreprocessorAntTask\n\tThe method log(String) is undefined for the type PreprocessorAntTask\n\tBuildException cannot be resolved to a type\n\tThe method getDirectoryScanner(File) is undefined for the type PreprocessorAntTask\n\tBuildException cannot be resolved to a type\n\tBuildException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.util.preprocessor.PreprocessorAntTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/util/preprocessor/PreprocessorAntTask;

  public void init();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.util.preprocessor.PreprocessorAntTask this
         0: .line 149
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tMatchingTask cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.util.preprocessor.PreprocessorAntTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/util/preprocessor/PreprocessorAntTask;

  public void setSrcdir(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hsqldb.util.preprocessor.PreprocessorAntTask this
         0: .line 152
            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.util.preprocessor.PreprocessorAntTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/util/preprocessor/PreprocessorAntTask;
    MethodParameters:
       Name  Flags
      value  final

  public void setTargetdir(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hsqldb.util.preprocessor.PreprocessorAntTask this
         0: .line 156
            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.util.preprocessor.PreprocessorAntTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/util/preprocessor/PreprocessorAntTask;
    MethodParameters:
       Name  Flags
      value  final

  public void setSymbols(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.util.preprocessor.PreprocessorAntTask this
         0: .line 160
            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.util.preprocessor.PreprocessorAntTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/util/preprocessor/PreprocessorAntTask;
    MethodParameters:
       Name  Flags
      value  final

  public void setVerbose(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hsqldb.util.preprocessor.PreprocessorAntTask this
         0: .line 164
            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.util.preprocessor.PreprocessorAntTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/util/preprocessor/PreprocessorAntTask;
    MethodParameters:
         Name  Flags
      verbose  final

  public void setBackup(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hsqldb.util.preprocessor.PreprocessorAntTask this
         0: .line 168
            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.util.preprocessor.PreprocessorAntTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/util/preprocessor/PreprocessorAntTask;
    MethodParameters:
        Name  Flags
      backup  final

  public void setIndent(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hsqldb.util.preprocessor.PreprocessorAntTask this
         0: .line 172
            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.util.preprocessor.PreprocessorAntTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/util/preprocessor/PreprocessorAntTask;
    MethodParameters:
        Name  Flags
      indent  final

  public void setTestonly(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hsqldb.util.preprocessor.PreprocessorAntTask this
         0: .line 176
            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.util.preprocessor.PreprocessorAntTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/util/preprocessor/PreprocessorAntTask;
    MethodParameters:
          Name  Flags
      testOnly  final

  public void setFilter(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hsqldb.util.preprocessor.PreprocessorAntTask this
         0: .line 180
            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.util.preprocessor.PreprocessorAntTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/util/preprocessor/PreprocessorAntTask;
    MethodParameters:
        Name  Flags
      filter  final

  public void setAltext(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.util.preprocessor.PreprocessorAntTask this
         0: .line 184
            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.util.preprocessor.PreprocessorAntTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/util/preprocessor/PreprocessorAntTask;
    MethodParameters:
      Name  Flags
      ext   final

  public void setEncoding(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.util.preprocessor.PreprocessorAntTask this
         0: .line 188
            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.util.preprocessor.PreprocessorAntTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/util/preprocessor/PreprocessorAntTask;
    MethodParameters:
          Name  Flags
      encoding  final

  public void setIf(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.util.preprocessor.PreprocessorAntTask this
         0: .line 192
            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.util.preprocessor.PreprocessorAntTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/util/preprocessor/PreprocessorAntTask;
    MethodParameters:
      Name  Flags
      expr  final

  public void setUnless(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.util.preprocessor.PreprocessorAntTask this
         0: .line 196
            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.util.preprocessor.PreprocessorAntTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/util/preprocessor/PreprocessorAntTask;
    MethodParameters:
      Name  Flags
      expr  final

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

  public void execute();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.util.preprocessor.PreprocessorAntTask this
         0: .line 207
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBuildException cannot be resolved to a type\n\tThe method checkTargetDir() from the type PreprocessorAntTask refers to the missing type BuildException\n\tThe method getProject() is undefined for the type PreprocessorAntTask\n\tThe method getProject() is undefined for the type PreprocessorAntTask\n\tThe method log(String) is undefined for the type PreprocessorAntTask\n\tBuildException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.util.preprocessor.PreprocessorAntTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/util/preprocessor/PreprocessorAntTask;
    Exceptions:
      throws BuildException

  private java.lang.String[] getFiles();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.util.preprocessor.PreprocessorAntTask this
         0: .line 235
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getDirectoryScanner(File) is undefined for the type PreprocessorAntTask\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.util.preprocessor.PreprocessorAntTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/util/preprocessor/PreprocessorAntTask;

  private void checkTargetDir();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.util.preprocessor.PreprocessorAntTask this
         0: .line 238
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBuildException cannot be resolved to a type\n\tBuildException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.util.preprocessor.PreprocessorAntTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/util/preprocessor/PreprocessorAntTask;
    Exceptions:
      throws BuildException
}
SourceFile: "PreprocessorAntTask.java"