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 // org.jruby.javasupport.binding.InterfaceInitializer this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // java.lang.Class javaClass
         0: .line 12
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* javaClass */
            invokespecial org.jruby.javasupport.binding.Initializer.<init>:(Lorg/jruby/Ruby;Ljava/lang/Class;)V
         1: .line 13
            return
        end local 2 // java.lang.Class javaClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.javasupport.binding.InterfaceInitializer this
      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 // org.jruby.javasupport.binding.InterfaceInitializer this
        start local 1 // org.jruby.RubyModule proxy
         0: .line 17
            new org.jruby.javasupport.binding.MethodGatherer
            dup
            aload 0 /* this */
            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 /* state */
        start local 2 // org.jruby.javasupport.binding.MethodGatherer state
         1: .line 19
            aload 2 /* state */
            aload 0 /* this */
            getfield org.jruby.javasupport.binding.InterfaceInitializer.javaClass:Ljava/lang/Class;
            aload 1 /* proxy */
            invokevirtual org.jruby.javasupport.binding.MethodGatherer.initialize:(Ljava/lang/Class;Lorg/jruby/RubyModule;)V
         2: .line 21
            aload 1 /* proxy */
            invokevirtual org.jruby.RubyModule.getName:()Ljava/lang/String;
            pop
         3: .line 23
            aload 1 /* proxy */
            areturn
        end local 2 // org.jruby.javasupport.binding.MethodGatherer state
        end local 1 // org.jruby.RubyModule proxy
        end local 0 // org.jruby.javasupport.binding.InterfaceInitializer this
      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"