final class org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl extends org.jruby.internal.runtime.methods.JavaMethod
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl
super_class: org.jruby.internal.runtime.methods.JavaMethod
{
private final org.jruby.runtime.builtin.IRubyObject[] methodNames;
descriptor: [Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.jruby.runtime.Block implBlock;
descriptor: Lorg/jruby/runtime/Block;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(org.jruby.RubyClass, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject[]);
descriptor: (Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
getstatic org.jruby.runtime.Visibility.PUBLIC:Lorg/jruby/runtime/Visibility;
ldc "method_missing"
invokespecial org.jruby.internal.runtime.methods.JavaMethod.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
1: aload 0
aload 2
putfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.implBlock:Lorg/jruby/runtime/Block;
aload 0
aload 3
putfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.methodNames:[Lorg/jruby/runtime/builtin/IRubyObject;
2: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
0 3 1 implClass Lorg/jruby/RubyClass;
0 3 2 implBlock Lorg/jruby/runtime/Block;
0 3 3 methodNames [Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
implClass final
implBlock final
methodNames 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 1
getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
aload 4
aload 5
arraylength
iconst_1
iconst_m1
invokestatic org.jruby.runtime.Arity.checkArgumentCount:(Lorg/jruby/Ruby;Ljava/lang/String;III)I
pop
1: aload 0
aload 1
aload 3
aload 6
aload 5
invokevirtual org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.callImpl:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;)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 2 0 this Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
0 2 1 context Lorg/jruby/runtime/ThreadContext;
0 2 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 2 3 clazz Lorg/jruby/RubyModule;
0 2 4 name Ljava/lang/String;
0 2 5 args [Lorg/jruby/runtime/builtin/IRubyObject;
0 2 6 block Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
context
self
clazz
name
args
block
private org.jruby.runtime.builtin.IRubyObject callImpl(org.jruby.runtime.ThreadContext, org.jruby.RubyModule, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject[]);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0082) ACC_PRIVATE, ACC_VARARGS
Code:
stack=5, 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.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.methodNames:[Lorg/jruby/runtime/builtin/IRubyObject;
ifnonnull 1
aload 0
getfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.implBlock:Lorg/jruby/runtime/Block;
aload 1
aload 4
invokevirtual org.jruby.runtime.Block.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
1: StackMap locals:
StackMap stack:
aload 0
getfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.methodNames:[Lorg/jruby/runtime/builtin/IRubyObject;
arraylength
iconst_1
if_icmpne 3
2: aload 0
getfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.methodNames:[Lorg/jruby/runtime/builtin/IRubyObject;
iconst_0
aaload
aload 4
iconst_0
aaload
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 5
aload 0
getfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.implBlock:Lorg/jruby/runtime/Block;
aload 1
aload 4
invokevirtual org.jruby.runtime.Block.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
3: StackMap locals:
StackMap stack:
aload 0
getfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.methodNames:[Lorg/jruby/runtime/builtin/IRubyObject;
aload 4
iconst_0
aaload
invokestatic java.util.Arrays.binarySearch:([Ljava/lang/Object;Ljava/lang/Object;)I
iflt 5
4: aload 0
getfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.implBlock:Lorg/jruby/runtime/Block;
aload 1
aload 4
invokevirtual org.jruby.runtime.Block.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
5: StackMap locals:
StackMap stack:
aload 2
invokevirtual org.jruby.RubyModule.getSuperClass:()Lorg/jruby/RubyClass;
aload 1
ldc "method_missing"
aload 4
aload 3
invokevirtual org.jruby.RubyClass.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
0 6 1 context Lorg/jruby/runtime/ThreadContext;
0 6 2 clazz Lorg/jruby/RubyModule;
0 6 3 block Lorg/jruby/runtime/Block;
0 6 4 args [Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context
clazz
block
args
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=5, 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
aload 1
aload 3
aload 5
iconst_0
anewarray org.jruby.runtime.builtin.IRubyObject
invokevirtual org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.callImpl:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
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/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 1 3 klazz Lorg/jruby/RubyModule;
0 1 4 name Ljava/lang/String;
0 1 5 block Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
context
self
klazz
name
block
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.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: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=8, 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 0
aload 1
aload 3
aload 6
iconst_1
anewarray org.jruby.runtime.builtin.IRubyObject
dup
iconst_0
aload 5
aastore
invokevirtual org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.callImpl:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;)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 1 0 this Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 1 3 klazz Lorg/jruby/RubyModule;
0 1 4 name Ljava/lang/String;
0 1 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 1 6 block Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
context
self
klazz
name
arg0
block
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.builtin.IRubyObject, 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/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=8, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
aload 1
aload 3
aload 7
iconst_2
anewarray org.jruby.runtime.builtin.IRubyObject
dup
iconst_0
aload 5
aastore
dup
iconst_1
aload 6
aastore
invokevirtual org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.callImpl:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 7 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 1 0 this Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 1 3 klazz Lorg/jruby/RubyModule;
0 1 4 name Ljava/lang/String;
0 1 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 1 6 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 1 7 block Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
context
self
klazz
name
arg0
arg1
block
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.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, 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/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=8, locals=9, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 0
aload 1
aload 3
aload 8
iconst_3
anewarray org.jruby.runtime.builtin.IRubyObject
dup
iconst_0
aload 5
aastore
dup
iconst_1
aload 6
aastore
dup
iconst_2
aload 7
aastore
invokevirtual org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.callImpl:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 8 end local 7 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 1 0 this Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 1 3 klazz Lorg/jruby/RubyModule;
0 1 4 name Ljava/lang/String;
0 1 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 1 6 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 1 7 arg2 Lorg/jruby/runtime/builtin/IRubyObject;
0 1 8 block Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
context
self
klazz
name
arg0
arg1
arg2
block
public org.jruby.internal.runtime.methods.DynamicMethod dup();
descriptor: ()Lorg/jruby/internal/runtime/methods/DynamicMethod;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
final org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod getConcreteMethod(java.lang.String);
descriptor: (Ljava/lang/String;)Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod;
flags: (0x0010) ACC_FINAL
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod
dup
aload 0
aload 1
invokespecial org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod.<init>:(Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;Ljava/lang/String;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
0 1 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
static org.jruby.RubyModule access$0(org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl);
descriptor: (Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;)Lorg/jruby/RubyModule;
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
getfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.implementationClass:Lorg/jruby/RubyModule;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "JavaInterfaceTemplate.java"
NestHost: org.jruby.java.proxies.JavaInterfaceTemplate
InnerClasses:
private final BlockInterfaceImpl = org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl of org.jruby.java.proxies.JavaInterfaceTemplate
private final ConcreteMethod = org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod of org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl