public interface org.eclipse.jdt.internal.core.nd.db.IBTreeVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.jdt.internal.core.nd.db.IBTreeVisitor
  super_class: java.lang.Object
{
  public abstract int compare(long);
    descriptor: (J)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.jdt.internal.core.nd.db.IndexException
    MethodParameters:
        Name  Flags
      record  

  public abstract boolean visit(long);
    descriptor: (J)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.jdt.internal.core.nd.db.IndexException
    MethodParameters:
        Name  Flags
      record  
}
SourceFile: "IBTreeVisitor.java"