class org.jruby.java.proxies.JavaInterfaceTemplate$1 implements org.jruby.runtime.ObjectAllocator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.java.proxies.JavaInterfaceTemplate$1
super_class: java.lang.Object
{
private final org.jruby.runtime.ObjectAllocator val$proxyAllocator;
descriptor: Lorg/jruby/runtime/ObjectAllocator;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.jruby.runtime.ObjectAllocator);
descriptor: (Lorg/jruby/runtime/ObjectAllocator;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$1 this
0: .line 164
aload 0 /* this */
aload 1
putfield org.jruby.java.proxies.JavaInterfaceTemplate$1.val$proxyAllocator:Lorg/jruby/runtime/ObjectAllocator;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/java/proxies/JavaInterfaceTemplate$1;
MethodParameters:
Name Flags
val$proxyAllocator final
public org.jruby.runtime.builtin.IRubyObject allocate(org.jruby.Ruby, org.jruby.RubyClass);
descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$1 this
start local 1 // org.jruby.Ruby runtime
start local 2 // org.jruby.RubyClass klazz
0: .line 166
aload 0 /* this */
getfield org.jruby.java.proxies.JavaInterfaceTemplate$1.val$proxyAllocator:Lorg/jruby/runtime/ObjectAllocator;
aload 1 /* runtime */
aload 2 /* klazz */
invokeinterface org.jruby.runtime.ObjectAllocator.allocate:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject;
astore 3 /* newObj */
start local 3 // org.jruby.runtime.builtin.IRubyObject newObj
1: .line 167
aload 1 /* runtime */
invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
aload 3 /* newObj */
ldc "__jcreate!"
invokestatic org.jruby.runtime.Helpers.invoke:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
pop
2: .line 168
aload 3 /* newObj */
areturn
end local 3 // org.jruby.runtime.builtin.IRubyObject newObj
end local 2 // org.jruby.RubyClass klazz
end local 1 // org.jruby.Ruby runtime
end local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$1 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/java/proxies/JavaInterfaceTemplate$1;
0 3 1 runtime Lorg/jruby/Ruby;
0 3 2 klazz Lorg/jruby/RubyClass;
1 3 3 newObj Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
runtime
klazz
}
SourceFile: "JavaInterfaceTemplate.java"
EnclosingMethod: org.jruby.java.proxies.JavaInterfaceTemplate.initInterfaceImplMethods:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;)V
NestHost: org.jruby.java.proxies.JavaInterfaceTemplate
InnerClasses:
org.jruby.java.proxies.JavaInterfaceTemplate$1