public abstract class org.jruby.runtime.ContextAwareBlockBody extends org.jruby.runtime.BlockBody
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jruby.runtime.ContextAwareBlockBody
  super_class: org.jruby.runtime.BlockBody
{
  protected org.jruby.parser.StaticScope scope;
    descriptor: Lorg/jruby/parser/StaticScope;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(org.jruby.parser.StaticScope, org.jruby.runtime.Signature);
    descriptor: (Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/Signature;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.runtime.ContextAwareBlockBody this
        start local 1 // org.jruby.parser.StaticScope scope
        start local 2 // org.jruby.runtime.Signature signature
         0: .line 13
            aload 0 /* this */
            aload 2 /* signature */
            invokespecial org.jruby.runtime.BlockBody.<init>:(Lorg/jruby/runtime/Signature;)V
         1: .line 15
            aload 0 /* this */
            aload 1 /* scope */
            putfield org.jruby.runtime.ContextAwareBlockBody.scope:Lorg/jruby/parser/StaticScope;
         2: .line 16
            return
        end local 2 // org.jruby.runtime.Signature signature
        end local 1 // org.jruby.parser.StaticScope scope
        end local 0 // org.jruby.runtime.ContextAwareBlockBody this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/jruby/runtime/ContextAwareBlockBody;
            0    3     1      scope  Lorg/jruby/parser/StaticScope;
            0    3     2  signature  Lorg/jruby/runtime/Signature;
    MethodParameters:
           Name  Flags
      scope      
      signature  

  public void <init>(org.jruby.parser.StaticScope, org.jruby.runtime.Arity, int);
    descriptor: (Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/Arity;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.runtime.ContextAwareBlockBody this
        start local 1 // org.jruby.parser.StaticScope scope
        start local 2 // org.jruby.runtime.Arity arity
        start local 3 // int argumentType
         0: .line 20
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* arity */
            invokestatic org.jruby.runtime.Signature.from:(Lorg/jruby/runtime/Arity;)Lorg/jruby/runtime/Signature;
            invokespecial org.jruby.runtime.ContextAwareBlockBody.<init>:(Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/Signature;)V
         1: .line 21
            return
        end local 3 // int argumentType
        end local 2 // org.jruby.runtime.Arity arity
        end local 1 // org.jruby.parser.StaticScope scope
        end local 0 // org.jruby.runtime.ContextAwareBlockBody this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/jruby/runtime/ContextAwareBlockBody;
            0    2     1         scope  Lorg/jruby/parser/StaticScope;
            0    2     2         arity  Lorg/jruby/runtime/Arity;
            0    2     3  argumentType  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      scope         
      arity         
      argumentType  

  protected org.jruby.runtime.Frame pre(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/Frame;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.runtime.ContextAwareBlockBody this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
         0: .line 24
            aload 1 /* context */
            aload 2 /* block */
            invokevirtual org.jruby.runtime.Block.getBinding:()Lorg/jruby/runtime/Binding;
            aload 0 /* this */
            getfield org.jruby.runtime.ContextAwareBlockBody.scope:Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.runtime.ThreadContext.preYieldSpecificBlock:(Lorg/jruby/runtime/Binding;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/Frame;
            areturn
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.ContextAwareBlockBody this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/runtime/ContextAwareBlockBody;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      block    

  protected void post(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.Visibility, org.jruby.runtime.Frame);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/Visibility;Lorg/jruby/runtime/Frame;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.jruby.runtime.ContextAwareBlockBody this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
        start local 3 // org.jruby.runtime.Visibility vis
        start local 4 // org.jruby.runtime.Frame lastFrame
         0: .line 28
            aload 2 /* block */
            invokevirtual org.jruby.runtime.Block.getBinding:()Lorg/jruby/runtime/Binding;
            invokevirtual org.jruby.runtime.Binding.getFrame:()Lorg/jruby/runtime/Frame;
            aload 3 /* vis */
            invokevirtual org.jruby.runtime.Frame.setVisibility:(Lorg/jruby/runtime/Visibility;)V
         1: .line 29
            aload 1 /* context */
            aload 2 /* block */
            invokevirtual org.jruby.runtime.Block.getBinding:()Lorg/jruby/runtime/Binding;
            aload 4 /* lastFrame */
            invokevirtual org.jruby.runtime.ThreadContext.postYield:(Lorg/jruby/runtime/Binding;Lorg/jruby/runtime/Frame;)V
         2: .line 30
            return
        end local 4 // org.jruby.runtime.Frame lastFrame
        end local 3 // org.jruby.runtime.Visibility vis
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.ContextAwareBlockBody this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/jruby/runtime/ContextAwareBlockBody;
            0    3     1    context  Lorg/jruby/runtime/ThreadContext;
            0    3     2      block  Lorg/jruby/runtime/Block;
            0    3     3        vis  Lorg/jruby/runtime/Visibility;
            0    3     4  lastFrame  Lorg/jruby/runtime/Frame;
    MethodParameters:
           Name  Flags
      context    
      block      
      vis        
      lastFrame  

  public org.jruby.parser.StaticScope getStaticScope();
    descriptor: ()Lorg/jruby/parser/StaticScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.ContextAwareBlockBody this
         0: .line 33
            aload 0 /* this */
            getfield org.jruby.runtime.ContextAwareBlockBody.scope:Lorg/jruby/parser/StaticScope;
            areturn
        end local 0 // org.jruby.runtime.ContextAwareBlockBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/ContextAwareBlockBody;

  public void setStaticScope(org.jruby.parser.StaticScope);
    descriptor: (Lorg/jruby/parser/StaticScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.ContextAwareBlockBody this
        start local 1 // org.jruby.parser.StaticScope newScope
         0: .line 37
            aload 0 /* this */
            aload 1 /* newScope */
            putfield org.jruby.runtime.ContextAwareBlockBody.scope:Lorg/jruby/parser/StaticScope;
         1: .line 38
            return
        end local 1 // org.jruby.parser.StaticScope newScope
        end local 0 // org.jruby.runtime.ContextAwareBlockBody this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/runtime/ContextAwareBlockBody;
            0    2     1  newScope  Lorg/jruby/parser/StaticScope;
    MethodParameters:
          Name  Flags
      newScope  
}
SourceFile: "ContextAwareBlockBody.java"