public class org.jruby.runtime.load.LoadService$ExtensionSearcher 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$ExtensionSearcher
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$ExtensionSearcher this
0: .line 740
aload 0 /* this */
aload 1
putfield org.jruby.runtime.load.LoadService$ExtensionSearcher.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$ExtensionSearcher this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/runtime/load/LoadService$ExtensionSearcher;
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$ExtensionSearcher this
start local 1 // org.jruby.runtime.load.LoadService$SearchState state
0: .line 742
aload 1 /* state */
getfield org.jruby.runtime.load.LoadService$SearchState.library:Lorg/jruby/runtime/load/Library;
ifnull 1
aload 1 /* state */
getfield org.jruby.runtime.load.LoadService$SearchState.library:Lorg/jruby/runtime/load/Library;
instanceof org.jruby.runtime.load.JarredScript
ifeq 2
StackMap locals:
StackMap stack:
1: aload 1 /* state */
getfield org.jruby.runtime.load.LoadService$SearchState.searchFile:Ljava/lang/String;
invokevirtual java.lang.String.length:()I
ifle 2
iconst_1
ireturn
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
end local 1 // org.jruby.runtime.load.LoadService$SearchState state
end local 0 // org.jruby.runtime.load.LoadService$ExtensionSearcher this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/runtime/load/LoadService$ExtensionSearcher;
0 3 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=3, locals=3, args_size=2
start local 0 // org.jruby.runtime.load.LoadService$ExtensionSearcher this
start local 1 // org.jruby.runtime.load.LoadService$SearchState state
0: .line 746
aload 0 /* this */
getfield org.jruby.runtime.load.LoadService$ExtensionSearcher.this$0:Lorg/jruby/runtime/load/LoadService;
ldc "jarWithExtension"
aload 1 /* state */
getfield org.jruby.runtime.load.LoadService$SearchState.searchFile:Ljava/lang/String;
invokevirtual org.jruby.runtime.load.LoadService.debugLogTry:(Ljava/lang/String;Ljava/lang/String;)V
1: .line 750
aload 1 /* state */
getfield org.jruby.runtime.load.LoadService$SearchState.library:Lorg/jruby/runtime/load/Library;
astore 2 /* oldLibrary */
start local 2 // org.jruby.runtime.load.Library oldLibrary
2: .line 751
aload 1 /* state */
aload 0 /* this */
getfield org.jruby.runtime.load.LoadService$ExtensionSearcher.this$0:Lorg/jruby/runtime/load/LoadService;
getfield org.jruby.runtime.load.LoadService.runtime:Lorg/jruby/Ruby;
aload 1 /* state */
getfield org.jruby.runtime.load.LoadService$SearchState.searchFile:Ljava/lang/String;
invokestatic org.jruby.runtime.load.ClassExtensionLibrary.tryFind:(Lorg/jruby/Ruby;Ljava/lang/String;)Lorg/jruby/runtime/load/ClassExtensionLibrary;
putfield org.jruby.runtime.load.LoadService$SearchState.library:Lorg/jruby/runtime/load/Library;
3: .line 752
aload 0 /* this */
getfield org.jruby.runtime.load.LoadService$ExtensionSearcher.this$0:Lorg/jruby/runtime/load/LoadService;
ldc "jarWithExtension"
aload 1 /* state */
getfield org.jruby.runtime.load.LoadService$SearchState.searchFile:Ljava/lang/String;
invokevirtual org.jruby.runtime.load.LoadService.debugLogFound:(Ljava/lang/String;Ljava/lang/String;)V
4: .line 755
aload 1 /* state */
getfield org.jruby.runtime.load.LoadService$SearchState.library:Lorg/jruby/runtime/load/Library;
ifnonnull 6
aload 2 /* oldLibrary */
ifnull 6
5: .line 756
aload 1 /* state */
aload 2 /* oldLibrary */
putfield org.jruby.runtime.load.LoadService$SearchState.library:Lorg/jruby/runtime/load/Library;
6: .line 758
StackMap locals: org.jruby.runtime.load.Library
StackMap stack:
iconst_1
ireturn
end local 2 // org.jruby.runtime.load.Library oldLibrary
end local 1 // org.jruby.runtime.load.LoadService$SearchState state
end local 0 // org.jruby.runtime.load.LoadService$ExtensionSearcher this
LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/jruby/runtime/load/LoadService$ExtensionSearcher;
0 7 1 state Lorg/jruby/runtime/load/LoadService$SearchState;
2 7 2 oldLibrary Lorg/jruby/runtime/load/Library;
MethodParameters:
Name Flags
state
}
SourceFile: "LoadService.java"
NestHost: org.jruby.runtime.load.LoadService
InnerClasses:
public ExtensionSearcher = org.jruby.runtime.load.LoadService$ExtensionSearcher 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
RuntimeVisibleAnnotations:
java.lang.Deprecated()