public class org.jruby.runtime.load.LoadService$SourceBailoutSearcher extends org.jruby.runtime.load.LoadService$BailoutSearcher
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.runtime.load.LoadService$SourceBailoutSearcher
super_class: org.jruby.runtime.load.LoadService$BailoutSearcher
{
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$SourceBailoutSearcher this
0: .line 699
aload 0 /* this */
aload 1
putfield org.jruby.runtime.load.LoadService$SourceBailoutSearcher.this$0:Lorg/jruby/runtime/load/LoadService;
aload 0 /* this */
aload 1
invokespecial org.jruby.runtime.load.LoadService$BailoutSearcher.<init>:(Lorg/jruby/runtime/load/LoadService;)V
return
end local 0 // org.jruby.runtime.load.LoadService$SourceBailoutSearcher this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/runtime/load/LoadService$SourceBailoutSearcher;
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=2, locals=2, args_size=2
start local 0 // org.jruby.runtime.load.LoadService$SourceBailoutSearcher this
start local 1 // org.jruby.runtime.load.LoadService$SearchState state
0: .line 704
getstatic org.jruby.runtime.load.LoadService.extensionPattern:Ljava/util/regex/Pattern;
aload 1 /* state */
getfield org.jruby.runtime.load.LoadService$SearchState.loadName:Ljava/lang/String;
invokevirtual java.util.regex.Pattern.matcher:(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
invokevirtual java.util.regex.Matcher.find:()Z
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: iconst_1
StackMap locals:
StackMap stack: int
2: ireturn
end local 1 // org.jruby.runtime.load.LoadService$SearchState state
end local 0 // org.jruby.runtime.load.LoadService$SourceBailoutSearcher this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/runtime/load/LoadService$SourceBailoutSearcher;
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=2, args_size=2
start local 0 // org.jruby.runtime.load.LoadService$SourceBailoutSearcher this
start local 1 // org.jruby.runtime.load.LoadService$SearchState state
0: .line 711
aload 0 /* this */
aload 1 /* state */
getfield org.jruby.runtime.load.LoadService$SearchState.searchFile:Ljava/lang/String;
getstatic org.jruby.runtime.load.LoadService$SuffixType.Source:Lorg/jruby/runtime/load/LoadService$SuffixType;
invokespecial org.jruby.runtime.load.LoadService$BailoutSearcher.trySearch:(Ljava/lang/String;Lorg/jruby/runtime/load/LoadService$SuffixType;)Z
ireturn
end local 1 // org.jruby.runtime.load.LoadService$SearchState state
end local 0 // org.jruby.runtime.load.LoadService$SourceBailoutSearcher this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/runtime/load/LoadService$SourceBailoutSearcher;
0 1 1 state Lorg/jruby/runtime/load/LoadService$SearchState;
MethodParameters:
Name Flags
state
}
SourceFile: "LoadService.java"
NestHost: org.jruby.runtime.load.LoadService
InnerClasses:
public BailoutSearcher = org.jruby.runtime.load.LoadService$BailoutSearcher of org.jruby.runtime.load.LoadService
public SearchState = org.jruby.runtime.load.LoadService$SearchState of org.jruby.runtime.load.LoadService
public SourceBailoutSearcher = org.jruby.runtime.load.LoadService$SourceBailoutSearcher 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()