class org.jruby.RubyModule$2 extends org.jruby.RubyModule$CacheEntryFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyModule$2
  super_class: org.jruby.RubyModule$CacheEntryFactory
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyModule$2 this
         0: .line 1672
            aload 0 /* this */
            invokespecial org.jruby.RubyModule$CacheEntryFactory.<init>:()V
            return
        end local 0 // org.jruby.RubyModule$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyModule$2;

  public org.jruby.runtime.callsite.CacheEntry newCacheEntry(java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.RubyModule, int);
    descriptor: (Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/RubyModule;I)Lorg/jruby/runtime/callsite/CacheEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jruby.RubyModule$2 this
        start local 1 // java.lang.String id
        start local 2 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 3 // org.jruby.RubyModule sourceModule
        start local 4 // int token
         0: .line 1675
            new org.jruby.runtime.callsite.CacheEntry
            dup
            aload 2 /* method */
            aload 3 /* sourceModule */
            iload 4 /* token */
            invokespecial org.jruby.runtime.callsite.CacheEntry.<init>:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/RubyModule;I)V
            areturn
        end local 4 // int token
        end local 3 // org.jruby.RubyModule sourceModule
        end local 2 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 1 // java.lang.String id
        end local 0 // org.jruby.RubyModule$2 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/jruby/RubyModule$2;
            0    1     1            id  Ljava/lang/String;
            0    1     2        method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     3  sourceModule  Lorg/jruby/RubyModule;
            0    1     4         token  I
    MethodParameters:
              Name  Flags
      id            
      method        
      sourceModule  
      token         
}
SourceFile: "RubyModule.java"
EnclosingMethod: org.jruby.RubyModule
NestHost: org.jruby.RubyModule
InnerClasses:
  org.jruby.RubyModule$2
  protected abstract CacheEntryFactory = org.jruby.RubyModule$CacheEntryFactory of org.jruby.RubyModule