class org.jruby.ext.pathname.RubyPathname$1 implements org.jruby.ext.pathname.RubyPathname$ReturnValueMapper
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.ext.pathname.RubyPathname$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/ext/pathname/RubyPathname$1;
public org.jruby.runtime.builtin.IRubyObject map(org.jruby.runtime.ThreadContext, org.jruby.RubyClass, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ext/pathname/RubyPathname$1;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 klazz Lorg/jruby/RubyClass;
0 1 3 value Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context
klazz
value
}
SourceFile: "RubyPathname.java"
EnclosingMethod: org.jruby.ext.pathname.RubyPathname
NestHost: org.jruby.ext.pathname.RubyPathname
InnerClasses:
org.jruby.ext.pathname.RubyPathname$1
abstract ReturnValueMapper = org.jruby.ext.pathname.RubyPathname$ReturnValueMapper of org.jruby.ext.pathname.RubyPathname