class org.jruby.ir.Compiler$1 extends org.jruby.ast.executable.AbstractScript
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.ir.Compiler$1
  super_class: org.jruby.ast.executable.AbstractScript
{
  final org.jruby.ir.Compiler this$0;
    descriptor: Lorg/jruby/ir/Compiler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.invoke.MethodHandle val$compiledHandle;
    descriptor: Ljava/lang/invoke/MethodHandle;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.jruby.parser.StaticScope val$staticScope;
    descriptor: Lorg/jruby/parser/StaticScope;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.ir.Compiler, java.lang.invoke.MethodHandle, org.jruby.parser.StaticScope);
    descriptor: (Lorg/jruby/ir/Compiler;Ljava/lang/invoke/MethodHandle;Lorg/jruby/parser/StaticScope;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.jruby.ir.Compiler$1 this
         0: .line 67
            aload 0 /* this */
            aload 1
            putfield org.jruby.ir.Compiler$1.this$0:Lorg/jruby/ir/Compiler;
            aload 0 /* this */
            aload 2
            putfield org.jruby.ir.Compiler$1.val$compiledHandle:Ljava/lang/invoke/MethodHandle;
            aload 0 /* this */
            aload 3
            putfield org.jruby.ir.Compiler$1.val$staticScope:Lorg/jruby/parser/StaticScope;
            aload 0 /* this */
            invokespecial org.jruby.ast.executable.AbstractScript.<init>:()V
            return
        end local 0 // org.jruby.ir.Compiler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/Compiler$1;
    MethodParameters:
                    Name  Flags
      this$0              final
      val$compiledHandle  final
      val$staticScope     final

  public org.jruby.runtime.builtin.IRubyObject __file__(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // org.jruby.ir.Compiler$1 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 4 // org.jruby.runtime.Block block
         0: .line 71
            aload 0 /* this */
            getfield org.jruby.ir.Compiler$1.val$compiledHandle:Ljava/lang/invoke/MethodHandle;
            bipush 7
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* context */
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.jruby.ir.Compiler$1.val$staticScope:Lorg/jruby/parser/StaticScope;
            aastore
            dup
            iconst_2
            aload 2 /* self */
            aastore
            dup
            iconst_3
            getstatic org.jruby.runtime.builtin.IRubyObject.NULL_ARRAY:[Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
            dup
            iconst_4
            aload 4 /* block */
            aastore
            dup
            iconst_5
            aload 2 /* self */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.getMetaClass:()Lorg/jruby/RubyClass;
            aastore
            dup
            bipush 6
            aconst_null
            aastore
            invokevirtual java.lang.invoke.MethodHandle.invokeWithArguments:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject
         1: areturn
         2: .line 72
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5 /* t */
        start local 5 // java.lang.Throwable t
         3: .line 73
            aload 5 /* t */
            invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
         4: .line 74
            aconst_null
            areturn
        end local 5 // java.lang.Throwable t
        end local 4 // org.jruby.runtime.Block block
        end local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.Compiler$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/ir/Compiler$1;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
            0    5     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     4    block  Lorg/jruby/runtime/Block;
            3    5     5        t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    MethodParameters:
         Name  Flags
      context  
      self     
      args     
      block    

  public org.jruby.runtime.builtin.IRubyObject load(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, boolean);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.jruby.ir.Compiler$1 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // boolean wrap
         0: .line 83
            aload 0 /* this */
            getfield org.jruby.ir.Compiler$1.val$staticScope:Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.parser.StaticScope.getModule:()Lorg/jruby/RubyModule;
            astore 4 /* currModule */
        start local 4 // org.jruby.RubyModule currModule
         1: .line 85
            aload 0 /* this */
            getfield org.jruby.ir.Compiler$1.val$staticScope:Lorg/jruby/parser/StaticScope;
            aload 4 /* currModule */
            invokevirtual org.jruby.parser.StaticScope.setModule:(Lorg/jruby/RubyModule;)V
         2: .line 86
            aload 1 /* context */
            getstatic org.jruby.runtime.Visibility.PRIVATE:Lorg/jruby/runtime/Visibility;
            invokevirtual org.jruby.runtime.ThreadContext.setCurrentVisibility:(Lorg/jruby/runtime/Visibility;)V
         3: .line 89
            aload 0 /* this */
            getfield org.jruby.ir.Compiler$1.val$compiledHandle:Ljava/lang/invoke/MethodHandle;
            bipush 7
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* context */
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.jruby.ir.Compiler$1.val$staticScope:Lorg/jruby/parser/StaticScope;
            aastore
            dup
            iconst_2
            aload 2 /* self */
            aastore
            dup
            iconst_3
            getstatic org.jruby.runtime.builtin.IRubyObject.NULL_ARRAY:[Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
            dup
            iconst_4
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            aastore
            dup
            iconst_5
            aload 4 /* currModule */
            aastore
            dup
            bipush 6
            aconst_null
            aastore
            invokevirtual java.lang.invoke.MethodHandle.invokeWithArguments:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject
         4: areturn
         5: .line 90
      StackMap locals: org.jruby.ir.Compiler$1 org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject int org.jruby.RubyModule
      StackMap stack: org.jruby.ir.runtime.IRBreakJump
            pop
         6: .line 91
            getstatic org.jruby.ir.operands.IRException.BREAK_LocalJumpError:Lorg/jruby/ir/operands/IRException;
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.ir.operands.IRException.getException:(Lorg/jruby/Ruby;)Ljava/lang/RuntimeException;
            athrow
         7: .line 92
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5 /* t */
        start local 5 // java.lang.Throwable t
         8: .line 93
            aload 5 /* t */
            invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
         9: .line 94
            aconst_null
            areturn
        end local 5 // java.lang.Throwable t
        end local 4 // org.jruby.RubyModule currModule
        end local 3 // boolean wrap
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.Compiler$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lorg/jruby/ir/Compiler$1;
            0   10     1     context  Lorg/jruby/runtime/ThreadContext;
            0   10     2        self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   10     3        wrap  Z
            1   10     4  currModule  Lorg/jruby/RubyModule;
            8   10     5           t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     4       5  Class org.jruby.ir.runtime.IRBreakJump
           3     4       7  Class java.lang.Throwable
    MethodParameters:
         Name  Flags
      context  
      self     
      wrap     
}
SourceFile: "Compiler.java"
EnclosingMethod: org.jruby.ir.Compiler.execute:(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Lorg/jruby/util/ClassDefiningClassLoader;)Lorg/jruby/ast/executable/ScriptAndCode;
NestHost: org.jruby.ir.Compiler
InnerClasses:
  org.jruby.ir.Compiler$1