class org.jruby.RubyInstanceConfig$LoadServiceCreator$1 implements org.jruby.RubyInstanceConfig$LoadServiceCreator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.RubyInstanceConfig$LoadServiceCreator$1
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyInstanceConfig$LoadServiceCreator$1;
public org.jruby.runtime.load.LoadService create(org.jruby.Ruby);
descriptor: (Lorg/jruby/Ruby;)Lorg/jruby/runtime/load/LoadService;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new org.jruby.runtime.load.LoadService
dup
aload 1
invokespecial org.jruby.runtime.load.LoadService.<init>:(Lorg/jruby/Ruby;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyInstanceConfig$LoadServiceCreator$1;
0 1 1 runtime Lorg/jruby/Ruby;
MethodParameters:
Name Flags
runtime
}
SourceFile: "RubyInstanceConfig.java"
EnclosingMethod: org.jruby.RubyInstanceConfig$LoadServiceCreator
NestHost: org.jruby.RubyInstanceConfig
InnerClasses:
public abstract LoadServiceCreator = org.jruby.RubyInstanceConfig$LoadServiceCreator of org.jruby.RubyInstanceConfig
org.jruby.RubyInstanceConfig$LoadServiceCreator$1