public class org.jruby.internal.runtime.methods.InterpretedIRMetaClassBody extends org.jruby.internal.runtime.methods.InterpretedIRBodyMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.internal.runtime.methods.InterpretedIRMetaClassBody
  super_class: org.jruby.internal.runtime.methods.InterpretedIRBodyMethod
{
  public void <init>(org.jruby.ir.IRScope, org.jruby.RubyModule);
    descriptor: (Lorg/jruby/ir/IRScope;Lorg/jruby/RubyModule;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMetaClassBody this
        start local 1 // org.jruby.ir.IRScope metaClassBody
        start local 2 // org.jruby.RubyModule implementationClass
         0: .line 14
            aload 0 /* this */
            aload 1 /* metaClassBody */
            aload 2 /* implementationClass */
            invokespecial org.jruby.internal.runtime.methods.InterpretedIRBodyMethod.<init>:(Lorg/jruby/ir/IRScope;Lorg/jruby/RubyModule;)V
         1: .line 15
            return
        end local 2 // org.jruby.RubyModule implementationClass
        end local 1 // org.jruby.ir.IRScope metaClassBody
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMetaClassBody this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/jruby/internal/runtime/methods/InterpretedIRMetaClassBody;
            0    2     1        metaClassBody  Lorg/jruby/ir/IRScope;
            0    2     2  implementationClass  Lorg/jruby/RubyModule;
    MethodParameters:
                     Name  Flags
      metaClassBody        
      implementationClass  

  protected void post(org.jruby.ir.interpreter.InterpreterContext, org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMetaClassBody this
        start local 1 // org.jruby.ir.interpreter.InterpreterContext ic
        start local 2 // org.jruby.runtime.ThreadContext context
         0: .line 20
            aload 2 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.popFrame:()V
         1: .line 21
            aload 1 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.popDynScope:()Z
            ifeq 3
         2: .line 22
            aload 2 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.popScope:()V
         3: .line 24
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.jruby.runtime.ThreadContext context
        end local 1 // org.jruby.ir.interpreter.InterpreterContext ic
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMetaClassBody this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/internal/runtime/methods/InterpretedIRMetaClassBody;
            0    4     1       ic  Lorg/jruby/ir/interpreter/InterpreterContext;
            0    4     2  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      ic       
      context  

  protected void pre(org.jruby.ir.interpreter.InterpreterContext, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.Block, org.jruby.RubyModule);
    descriptor: (Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMetaClassBody this
        start local 1 // org.jruby.ir.interpreter.InterpreterContext ic
        start local 2 // org.jruby.runtime.ThreadContext context
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.Block block
        start local 6 // org.jruby.RubyModule implClass
         0: .line 29
            aload 2 /* context */
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMetaClassBody.getImplementationClass:()Lorg/jruby/RubyModule;
            aload 4 /* name */
            aload 3 /* self */
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMetaClassBody.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 5 /* block */
            invokevirtual org.jruby.runtime.ThreadContext.preMethodFrameOnly:(Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Visibility;Lorg/jruby/runtime/Block;)V
         1: .line 30
            aload 1 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.pushNewDynScope:()Z
            ifeq 3
         2: .line 34
            aload 2 /* context */
            aload 1 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getStaticScope:()Lorg/jruby/parser/StaticScope;
            aload 2 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getCurrentScope:()Lorg/jruby/runtime/DynamicScope;
            invokestatic org.jruby.runtime.DynamicScope.newDynamicScope:(Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;)Lorg/jruby/runtime/DynamicScope;
            invokevirtual org.jruby.runtime.ThreadContext.pushScope:(Lorg/jruby/runtime/DynamicScope;)V
         3: .line 36
      StackMap locals:
      StackMap stack:
            return
        end local 6 // org.jruby.RubyModule implClass
        end local 5 // org.jruby.runtime.Block block
        end local 4 // java.lang.String name
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.ThreadContext context
        end local 1 // org.jruby.ir.interpreter.InterpreterContext ic
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMetaClassBody this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/jruby/internal/runtime/methods/InterpretedIRMetaClassBody;
            0    4     1         ic  Lorg/jruby/ir/interpreter/InterpreterContext;
            0    4     2    context  Lorg/jruby/runtime/ThreadContext;
            0    4     3       self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    4     4       name  Ljava/lang/String;
            0    4     5      block  Lorg/jruby/runtime/Block;
            0    4     6  implClass  Lorg/jruby/RubyModule;
    MethodParameters:
           Name  Flags
      ic         
      context    
      self       
      name       
      block      
      implClass  

  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.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: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.jruby.internal.runtime.methods.InterpretedIRMetaClassBody this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.Block block
         0: .line 40
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.isDebug:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMetaClassBody.doDebug:()V
         1: .line 42
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            aload 4 /* name */
            aload 5 /* block */
            invokevirtual org.jruby.internal.runtime.methods.InterpretedIRMetaClassBody.callInternal:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 5 // org.jruby.runtime.Block block
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.InterpretedIRMetaClassBody this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/internal/runtime/methods/InterpretedIRMetaClassBody;
            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    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      block    
}
SourceFile: "InterpretedIRMetaClassBody.java"