public abstract class org.jruby.runtime.JavaInternalBlockBody 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.JavaInternalBlockBody
  super_class: org.jruby.runtime.BlockBody
{
  private final org.jruby.runtime.ThreadContext originalContext;
    descriptor: Lorg/jruby/runtime/ThreadContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String methodName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.parser.StaticScope dummyScope;
    descriptor: Lorg/jruby/parser/StaticScope;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.jruby.Ruby, org.jruby.runtime.Signature);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/Signature;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.jruby.runtime.JavaInternalBlockBody this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.runtime.Signature signature
         0: .line 24
            aload 0 /* this */
            aload 1 /* runtime */
            aconst_null
            aconst_null
            aload 2 /* signature */
            invokespecial org.jruby.runtime.JavaInternalBlockBody.<init>:(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Lorg/jruby/runtime/Signature;)V
         1: .line 25
            return
        end local 2 // org.jruby.runtime.Signature signature
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.runtime.JavaInternalBlockBody this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jruby/runtime/JavaInternalBlockBody;
            0    2     1    runtime  Lorg/jruby/Ruby;
            0    2     2  signature  Lorg/jruby/runtime/Signature;
    MethodParameters:
           Name  Flags
      runtime    
      signature  

  public void <init>(org.jruby.Ruby, org.jruby.runtime.ThreadContext, java.lang.String, org.jruby.runtime.Signature);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Lorg/jruby/runtime/Signature;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.jruby.runtime.JavaInternalBlockBody this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.runtime.ThreadContext originalContext
        start local 3 // java.lang.String methodName
        start local 4 // org.jruby.runtime.Signature signature
         0: .line 31
            aload 0 /* this */
            aload 4 /* signature */
            invokespecial org.jruby.runtime.BlockBody.<init>:(Lorg/jruby/runtime/Signature;)V
         1: .line 33
            aload 0 /* this */
            aload 2 /* originalContext */
            putfield org.jruby.runtime.JavaInternalBlockBody.originalContext:Lorg/jruby/runtime/ThreadContext;
         2: .line 34
            aload 0 /* this */
            aload 3 /* methodName */
            putfield org.jruby.runtime.JavaInternalBlockBody.methodName:Ljava/lang/String;
         3: .line 35
            aload 0 /* this */
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getStaticScopeFactory:()Lorg/jruby/parser/StaticScopeFactory;
            invokevirtual org.jruby.parser.StaticScopeFactory.getDummyScope:()Lorg/jruby/parser/StaticScope;
            putfield org.jruby.runtime.JavaInternalBlockBody.dummyScope:Lorg/jruby/parser/StaticScope;
         4: .line 36
            return
        end local 4 // org.jruby.runtime.Signature signature
        end local 3 // java.lang.String methodName
        end local 2 // org.jruby.runtime.ThreadContext originalContext
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.runtime.JavaInternalBlockBody this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lorg/jruby/runtime/JavaInternalBlockBody;
            0    5     1          runtime  Lorg/jruby/Ruby;
            0    5     2  originalContext  Lorg/jruby/runtime/ThreadContext;
            0    5     3       methodName  Ljava/lang/String;
            0    5     4        signature  Lorg/jruby/runtime/Signature;
    MethodParameters:
                 Name  Flags
      runtime          
      originalContext  
      methodName       
      signature        

  public void <init>(org.jruby.Ruby, org.jruby.runtime.Arity);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/Arity;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.jruby.runtime.JavaInternalBlockBody this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.runtime.Arity arity
         0: .line 40
            aload 0 /* this */
            aload 1 /* runtime */
            aconst_null
            aconst_null
            aload 2 /* arity */
            invokestatic org.jruby.runtime.Signature.from:(Lorg/jruby/runtime/Arity;)Lorg/jruby/runtime/Signature;
            invokespecial org.jruby.runtime.JavaInternalBlockBody.<init>:(Lorg/jruby/Ruby;Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Lorg/jruby/runtime/Signature;)V
         1: .line 41
            return
        end local 2 // org.jruby.runtime.Arity arity
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.runtime.JavaInternalBlockBody this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/runtime/JavaInternalBlockBody;
            0    2     1  runtime  Lorg/jruby/Ruby;
            0    2     2    arity  Lorg/jruby/runtime/Arity;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      runtime  
      arity    

  private void threadCheck(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.runtime.JavaInternalBlockBody this
        start local 1 // org.jruby.runtime.ThreadContext yieldingContext
         0: .line 45
            aload 0 /* this */
            getfield org.jruby.runtime.JavaInternalBlockBody.originalContext:Lorg/jruby/runtime/ThreadContext;
            ifnull 2
            aload 1 /* yieldingContext */
            aload 0 /* this */
            getfield org.jruby.runtime.JavaInternalBlockBody.originalContext:Lorg/jruby/runtime/ThreadContext;
            if_acmpeq 2
         1: .line 46
            aload 1 /* yieldingContext */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield org.jruby.runtime.JavaInternalBlockBody.methodName:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " cannot be parallelized"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newThreadError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         2: .line 48
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.jruby.runtime.ThreadContext yieldingContext
        end local 0 // org.jruby.runtime.JavaInternalBlockBody this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/jruby/runtime/JavaInternalBlockBody;
            0    3     1  yieldingContext  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
                 Name  Flags
      yieldingContext  

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.runtime.JavaInternalBlockBody this
         0: .line 52
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\trestricted identifier yield not allowed here - method calls need to be qualified\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.runtime.JavaInternalBlockBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/JavaInternalBlockBody;
    MethodParameters:
         Name  Flags
      context  
      block    
      args     

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.jruby.runtime.JavaInternalBlockBody this
         0: .line 57
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\trestricted identifier yield not allowed here - method calls need to be qualified\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.runtime.JavaInternalBlockBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/JavaInternalBlockBody;
    MethodParameters:
          Name  Flags
      context   
      block     
      args      
      blockArg  

  protected org.jruby.runtime.builtin.IRubyObject doYield(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.runtime.JavaInternalBlockBody this
         0: .line 64
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\trestricted identifier yield not allowed here - method calls need to be qualified\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.runtime.JavaInternalBlockBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/JavaInternalBlockBody;
    MethodParameters:
         Name  Flags
      context  
      block    
      value    

  protected org.jruby.runtime.builtin.IRubyObject doYield(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.jruby.runtime.JavaInternalBlockBody this
         0: .line 71
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\trestricted identifier yield not allowed here - method calls need to be qualified\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.runtime.JavaInternalBlockBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/JavaInternalBlockBody;
    MethodParameters:
         Name  Flags
      context  
      block    
      args     
      self     

  public abstract org.jruby.runtime.builtin.IRubyObject yield(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      context  
      args     

  public org.jruby.runtime.builtin.IRubyObject yield(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.runtime.JavaInternalBlockBody this
         0: .line 77
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\trestricted identifier yield not allowed here - method calls need to be qualified\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.runtime.JavaInternalBlockBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/JavaInternalBlockBody;
    MethodParameters:
         Name  Flags
      context  
      arg      

  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.JavaInternalBlockBody this
         0: .line 82
            aload 0 /* this */
            getfield org.jruby.runtime.JavaInternalBlockBody.dummyScope:Lorg/jruby/parser/StaticScope;
            areturn
        end local 0 // org.jruby.runtime.JavaInternalBlockBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/JavaInternalBlockBody;

  public void setStaticScope(org.jruby.parser.StaticScope);
    descriptor: (Lorg/jruby/parser/StaticScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.jruby.runtime.JavaInternalBlockBody this
        start local 1 // org.jruby.parser.StaticScope newScope
         0: .line 87
            return
        end local 1 // org.jruby.parser.StaticScope newScope
        end local 0 // org.jruby.runtime.JavaInternalBlockBody this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/JavaInternalBlockBody;
            0    1     1  newScope  Lorg/jruby/parser/StaticScope;
    MethodParameters:
          Name  Flags
      newScope  

  public java.lang.String getFile();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.JavaInternalBlockBody this
         0: .line 91
            ldc "(internal)"
            areturn
        end local 0 // org.jruby.runtime.JavaInternalBlockBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/JavaInternalBlockBody;

  public int getLine();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.JavaInternalBlockBody this
         0: .line 96
            iconst_m1
            ireturn
        end local 0 // org.jruby.runtime.JavaInternalBlockBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/JavaInternalBlockBody;
}
SourceFile: "JavaInternalBlockBody.java"