public interface org.apache.tools.ant.input.InputHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.tools.ant.input.InputHandler
  super_class: java.lang.Object
{
  public abstract void handleInput(org.apache.tools.ant.input.InputRequest);
    descriptor: (Lorg/apache/tools/ant/input/InputRequest;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.tools.ant.BuildException
    MethodParameters:
         Name  Flags
      request  
}
SourceFile: "InputHandler.java"