class org.jruby.javasupport.Java$JavaAccessor extends org.jruby.internal.runtime.methods.JavaMethod
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.javasupport.Java$JavaAccessor
super_class: org.jruby.internal.runtime.methods.JavaMethod
{
private final org.jruby.RubyModule packageOrClass;
descriptor: Lorg/jruby/RubyModule;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.jruby.RubyModule parentPackage;
descriptor: Lorg/jruby/RubyModule;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(org.jruby.RubyClass, org.jruby.RubyModule, org.jruby.RubyModule, java.lang.String);
descriptor: (Lorg/jruby/RubyClass;Lorg/jruby/RubyModule;Lorg/jruby/RubyModule;Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
getstatic org.jruby.runtime.Visibility.PUBLIC:Lorg/jruby/runtime/Visibility;
aload 4
invokespecial org.jruby.internal.runtime.methods.JavaMethod.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
1: aload 0
aload 3
putfield org.jruby.javasupport.Java$JavaAccessor.parentPackage:Lorg/jruby/RubyModule;
aload 0
aload 2
putfield org.jruby.javasupport.Java$JavaAccessor.packageOrClass:Lorg/jruby/RubyModule;
2: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/javasupport/Java$JavaAccessor;
0 3 1 singleton Lorg/jruby/RubyClass;
0 3 2 packageOrClass Lorg/jruby/RubyModule;
0 3 3 parentPackage Lorg/jruby/RubyModule;
0 3 4 name Ljava/lang/String;
MethodParameters:
Name Flags
singleton final
packageOrClass final
parentPackage final
name final
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 5
arraylength
ifeq 2
1: aload 1
getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
aload 0
getfield org.jruby.javasupport.Java$JavaAccessor.parentPackage:Lorg/jruby/RubyModule;
aload 4
aload 5
arraylength
invokestatic org.jruby.javasupport.JavaPackage.packageMethodArgumentMismatch:(Lorg/jruby/Ruby;Lorg/jruby/RubyModule;Ljava/lang/String;I)Lorg/jruby/exceptions/RaiseException;
athrow
2: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual org.jruby.javasupport.Java$JavaAccessor.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/javasupport/Java$JavaAccessor;
0 3 1 context Lorg/jruby/runtime/ThreadContext;
0 3 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 3 3 clazz Lorg/jruby/RubyModule;
0 3 4 name Ljava/lang/String;
0 3 5 args [Lorg/jruby/runtime/builtin/IRubyObject;
0 3 6 block Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
context
self
clazz
name
args
block
public final org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield org.jruby.javasupport.Java$JavaAccessor.packageOrClass:Lorg/jruby/RubyModule;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/javasupport/Java$JavaAccessor;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 1 3 clazz Lorg/jruby/RubyModule;
0 1 4 name Ljava/lang/String;
MethodParameters:
Name Flags
context
self
clazz
name
public final org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
getfield org.jruby.javasupport.Java$JavaAccessor.packageOrClass:Lorg/jruby/RubyModule;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/javasupport/Java$JavaAccessor;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 1 3 clazz Lorg/jruby/RubyModule;
0 1 4 name Ljava/lang/String;
0 1 5 block Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
context
self
clazz
name
block
public org.jruby.runtime.Arity getArity();
descriptor: ()Lorg/jruby/runtime/Arity;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: invokestatic org.jruby.runtime.Arity.noArguments:()Lorg/jruby/runtime/Arity;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/javasupport/Java$JavaAccessor;
}
SourceFile: "Java.java"
NestHost: org.jruby.javasupport.Java
InnerClasses:
private JavaAccessor = org.jruby.javasupport.Java$JavaAccessor of org.jruby.javasupport.Java