public class org.jruby.runtime.load.LoadService$ClassLoaderSearcher implements org.jruby.runtime.load.LoadService$LoadSearcher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.runtime.load.LoadService$ClassLoaderSearcher
  super_class: java.lang.Object
{
  final org.jruby.runtime.load.LoadService this$0;
    descriptor: Lorg/jruby/runtime/load/LoadService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.jruby.runtime.load.LoadService);
    descriptor: (Lorg/jruby/runtime/load/LoadService;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.load.LoadService$ClassLoaderSearcher this
         0: .line 728
            aload 0 /* this */
            aload 1
            putfield org.jruby.runtime.load.LoadService$ClassLoaderSearcher.this$0:Lorg/jruby/runtime/load/LoadService;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.runtime.load.LoadService$ClassLoaderSearcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/load/LoadService$ClassLoaderSearcher;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean shouldTrySearch(org.jruby.runtime.load.LoadService$SearchState);
    descriptor: (Lorg/jruby/runtime/load/LoadService$SearchState;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jruby.runtime.load.LoadService$ClassLoaderSearcher this
        start local 1 // org.jruby.runtime.load.LoadService$SearchState state
         0: .line 730
            aload 1 /* state */
            getfield org.jruby.runtime.load.LoadService$SearchState.library:Lorg/jruby/runtime/load/Library;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // org.jruby.runtime.load.LoadService$SearchState state
        end local 0 // org.jruby.runtime.load.LoadService$ClassLoaderSearcher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/runtime/load/LoadService$ClassLoaderSearcher;
            0    2     1  state  Lorg/jruby/runtime/load/LoadService$SearchState;
    MethodParameters:
       Name  Flags
      state  

  public boolean trySearch(org.jruby.runtime.load.LoadService$SearchState);
    descriptor: (Lorg/jruby/runtime/load/LoadService$SearchState;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.jruby.runtime.load.LoadService$ClassLoaderSearcher this
        start local 1 // org.jruby.runtime.load.LoadService$SearchState state
         0: .line 734
            aload 1 /* state */
            aload 0 /* this */
            getfield org.jruby.runtime.load.LoadService$ClassLoaderSearcher.this$0:Lorg/jruby/runtime/load/LoadService;
            aload 1 /* state */
            aload 1 /* state */
            getfield org.jruby.runtime.load.LoadService$SearchState.searchFile:Ljava/lang/String;
            aload 1 /* state */
            getfield org.jruby.runtime.load.LoadService$SearchState.suffixType:Lorg/jruby/runtime/load/LoadService$SuffixType;
            invokevirtual org.jruby.runtime.load.LoadService.findLibraryWithClassloaders:(Lorg/jruby/runtime/load/LoadService$SearchState;Ljava/lang/String;Lorg/jruby/runtime/load/LoadService$SuffixType;)Lorg/jruby/runtime/load/Library;
            putfield org.jruby.runtime.load.LoadService$SearchState.library:Lorg/jruby/runtime/load/Library;
         1: .line 735
            iconst_1
            ireturn
        end local 1 // org.jruby.runtime.load.LoadService$SearchState state
        end local 0 // org.jruby.runtime.load.LoadService$ClassLoaderSearcher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/runtime/load/LoadService$ClassLoaderSearcher;
            0    2     1  state  Lorg/jruby/runtime/load/LoadService$SearchState;
    MethodParameters:
       Name  Flags
      state  
}
SourceFile: "LoadService.java"
NestHost: org.jruby.runtime.load.LoadService
InnerClasses:
  public ClassLoaderSearcher = org.jruby.runtime.load.LoadService$ClassLoaderSearcher of org.jruby.runtime.load.LoadService
  public abstract LoadSearcher = org.jruby.runtime.load.LoadService$LoadSearcher of org.jruby.runtime.load.LoadService
  public SearchState = org.jruby.runtime.load.LoadService$SearchState of org.jruby.runtime.load.LoadService
  public final SuffixType = org.jruby.runtime.load.LoadService$SuffixType of org.jruby.runtime.load.LoadService
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()