final class org.jruby.javasupport.binding.InterfaceInitializer extends org.jruby.javasupport.binding.Initializer
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.jruby.javasupport.binding.InterfaceInitializer
super_class: org.jruby.javasupport.binding.Initializer
{
void <init>(org.jruby.Ruby, java.lang.Class<?>);
descriptor: (Lorg/jruby/Ruby;Ljava/lang/Class;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial org.jruby.javasupport.binding.Initializer.<init>:(Lorg/jruby/Ruby;Ljava/lang/Class;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/javasupport/binding/InterfaceInitializer;
0 2 1 runtime Lorg/jruby/Ruby;
0 2 2 javaClass Ljava/lang/Class<*>;
Signature: (Lorg/jruby/Ruby;Ljava/lang/Class<*>;)V
MethodParameters:
Name Flags
runtime
javaClass
public org.jruby.RubyModule initialize(org.jruby.RubyModule);
descriptor: (Lorg/jruby/RubyModule;)Lorg/jruby/RubyModule;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: new org.jruby.javasupport.binding.MethodGatherer
dup
aload 0
getfield org.jruby.javasupport.binding.InterfaceInitializer.runtime:Lorg/jruby/Ruby;
aconst_null
invokespecial org.jruby.javasupport.binding.MethodGatherer.<init>:(Lorg/jruby/Ruby;Ljava/lang/Class;)V
astore 2
start local 2 1: aload 2
aload 0
getfield org.jruby.javasupport.binding.InterfaceInitializer.javaClass:Ljava/lang/Class;
aload 1
invokevirtual org.jruby.javasupport.binding.MethodGatherer.initialize:(Ljava/lang/Class;Lorg/jruby/RubyModule;)V
2: aload 1
invokevirtual org.jruby.RubyModule.getName:()Ljava/lang/String;
pop
3: aload 1
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/jruby/javasupport/binding/InterfaceInitializer;
0 4 1 proxy Lorg/jruby/RubyModule;
1 4 2 state Lorg/jruby/javasupport/binding/MethodGatherer;
MethodParameters:
Name Flags
proxy
}
SourceFile: "InterfaceInitializer.java"