public abstract class org.eclipse.jdt.core.search.SearchRequestor
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jdt.core.search.SearchRequestor
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.search.SearchRequestor this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jdt.core.search.SearchRequestor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/search/SearchRequestor;

  public abstract void acceptSearchMatch(org.eclipse.jdt.core.search.SearchMatch);
    descriptor: (Lorg/eclipse/jdt/core/search/SearchMatch;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
       Name  Flags
      match  

  public void beginReporting();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.search.SearchRequestor this
         0: .line 56
            return
        end local 0 // org.eclipse.jdt.core.search.SearchRequestor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/search/SearchRequestor;

  public void endReporting();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.search.SearchRequestor this
         0: .line 69
            return
        end local 0 // org.eclipse.jdt.core.search.SearchRequestor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/search/SearchRequestor;

  public void enterParticipant(org.eclipse.jdt.core.search.SearchParticipant);
    descriptor: (Lorg/eclipse/jdt/core/search/SearchParticipant;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.search.SearchRequestor this
        start local 1 // org.eclipse.jdt.core.search.SearchParticipant participant
         0: .line 83
            return
        end local 1 // org.eclipse.jdt.core.search.SearchParticipant participant
        end local 0 // org.eclipse.jdt.core.search.SearchRequestor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/jdt/core/search/SearchRequestor;
            0    1     1  participant  Lorg/eclipse/jdt/core/search/SearchParticipant;
    MethodParameters:
             Name  Flags
      participant  

  public void exitParticipant(org.eclipse.jdt.core.search.SearchParticipant);
    descriptor: (Lorg/eclipse/jdt/core/search/SearchParticipant;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.search.SearchRequestor this
        start local 1 // org.eclipse.jdt.core.search.SearchParticipant participant
         0: .line 97
            return
        end local 1 // org.eclipse.jdt.core.search.SearchParticipant participant
        end local 0 // org.eclipse.jdt.core.search.SearchRequestor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/jdt/core/search/SearchRequestor;
            0    1     1  participant  Lorg/eclipse/jdt/core/search/SearchParticipant;
    MethodParameters:
             Name  Flags
      participant  
}
SourceFile: "SearchRequestor.java"