class org.jruby.internal.runtime.methods.CallConfiguration$4 extends org.jruby.internal.runtime.methods.CallConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: org.jruby.internal.runtime.methods.CallConfiguration$4
  super_class: org.jruby.internal.runtime.methods.CallConfiguration
{
  void <init>(java.lang.String, int, org.jruby.internal.runtime.methods.Framing, org.jruby.internal.runtime.methods.Scoping);
    descriptor: (Ljava/lang/String;ILorg/jruby/internal/runtime/methods/Framing;Lorg/jruby/internal/runtime/methods/Scoping;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jruby.internal.runtime.methods.CallConfiguration$4 this
        start local 3 // org.jruby.internal.runtime.methods.Framing $anonymous0
        start local 4 // org.jruby.internal.runtime.methods.Scoping $anonymous1
         0: .line 49
            aload 0 /* this */
            aload 1
            iload 2
            aload 3 /* $anonymous0 */
            aload 4 /* $anonymous1 */
            invokespecial org.jruby.internal.runtime.methods.CallConfiguration.<init>:(Ljava/lang/String;ILorg/jruby/internal/runtime/methods/Framing;Lorg/jruby/internal/runtime/methods/Scoping;)V
            return
        end local 4 // org.jruby.internal.runtime.methods.Scoping $anonymous1
        end local 3 // org.jruby.internal.runtime.methods.Framing $anonymous0
        end local 0 // org.jruby.internal.runtime.methods.CallConfiguration$4 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jruby/internal/runtime/methods/CallConfiguration$4;
            0    1     3  $anonymous0  Lorg/jruby/internal/runtime/methods/Framing;
            0    1     4  $anonymous1  Lorg/jruby/internal/runtime/methods/Scoping;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      $anonymous0    
      $anonymous1    

  void pre(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.Block, org.jruby.parser.StaticScope);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;Lorg/jruby/parser/StaticScope;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // org.jruby.internal.runtime.methods.CallConfiguration$4 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule implementer
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.Block block
        start local 6 // org.jruby.parser.StaticScope scope
         0: .line 51
            aload 1 /* context */
            aload 4 /* name */
            aload 6 /* scope */
            invokevirtual org.jruby.runtime.ThreadContext.preMethodBacktraceAndScope:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)V
         1: .line 52
            return
        end local 6 // org.jruby.parser.StaticScope scope
        end local 5 // org.jruby.runtime.Block block
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule implementer
        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.CallConfiguration$4 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/jruby/internal/runtime/methods/CallConfiguration$4;
            0    2     1      context  Lorg/jruby/runtime/ThreadContext;
            0    2     2         self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     3  implementer  Lorg/jruby/RubyModule;
            0    2     4         name  Ljava/lang/String;
            0    2     5        block  Lorg/jruby/runtime/Block;
            0    2     6        scope  Lorg/jruby/parser/StaticScope;
    MethodParameters:
             Name  Flags
      context      
      self         
      implementer  
      name         
      block        
      scope        

  void post(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jruby.internal.runtime.methods.CallConfiguration$4 this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 54
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.postMethodBacktraceAndScope:()V
         1: .line 55
            return
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.CallConfiguration$4 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/internal/runtime/methods/CallConfiguration$4;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "CallConfiguration.java"
EnclosingMethod: org.jruby.internal.runtime.methods.CallConfiguration
NestHost: org.jruby.internal.runtime.methods.CallConfiguration
InnerClasses:
  org.jruby.internal.runtime.methods.CallConfiguration$4