public class org.jruby.ir.instructions.GetGlobalVariableInstr extends org.jruby.ir.instructions.OneOperandResultBaseInstr implements org.jruby.ir.instructions.FixedArityInstr
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.instructions.GetGlobalVariableInstr
  super_class: org.jruby.ir.instructions.OneOperandResultBaseInstr
{
  public void <init>(org.jruby.ir.operands.Variable, org.jruby.RubySymbol);
    descriptor: (Lorg/jruby/ir/operands/Variable;Lorg/jruby/RubySymbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.jruby.ir.instructions.GetGlobalVariableInstr this
        start local 1 // org.jruby.ir.operands.Variable dest
        start local 2 // org.jruby.RubySymbol gvarName
         0: .line 20
            aload 0 /* this */
            aload 1 /* dest */
            new org.jruby.ir.operands.GlobalVariable
            dup
            aload 2 /* gvarName */
            invokespecial org.jruby.ir.operands.GlobalVariable.<init>:(Lorg/jruby/RubySymbol;)V
            invokespecial org.jruby.ir.instructions.GetGlobalVariableInstr.<init>:(Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/GlobalVariable;)V
         1: .line 21
            return
        end local 2 // org.jruby.RubySymbol gvarName
        end local 1 // org.jruby.ir.operands.Variable dest
        end local 0 // org.jruby.ir.instructions.GetGlobalVariableInstr this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/ir/instructions/GetGlobalVariableInstr;
            0    2     1      dest  Lorg/jruby/ir/operands/Variable;
            0    2     2  gvarName  Lorg/jruby/RubySymbol;
    MethodParameters:
          Name  Flags
      dest      
      gvarName  

  public void <init>(org.jruby.ir.operands.Variable, org.jruby.ir.operands.GlobalVariable);
    descriptor: (Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/GlobalVariable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.ir.instructions.GetGlobalVariableInstr this
        start local 1 // org.jruby.ir.operands.Variable dest
        start local 2 // org.jruby.ir.operands.GlobalVariable gvar
         0: .line 24
            aload 0 /* this */
            getstatic org.jruby.ir.Operation.GET_GLOBAL_VAR:Lorg/jruby/ir/Operation;
            aload 1 /* dest */
            aload 2 /* gvar */
            invokespecial org.jruby.ir.instructions.OneOperandResultBaseInstr.<init>:(Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/Operand;)V
         1: .line 25
            return
        end local 2 // org.jruby.ir.operands.GlobalVariable gvar
        end local 1 // org.jruby.ir.operands.Variable dest
        end local 0 // org.jruby.ir.instructions.GetGlobalVariableInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/ir/instructions/GetGlobalVariableInstr;
            0    2     1  dest  Lorg/jruby/ir/operands/Variable;
            0    2     2  gvar  Lorg/jruby/ir/operands/GlobalVariable;
    MethodParameters:
      Name  Flags
      dest  
      gvar  

  public org.jruby.ir.operands.GlobalVariable getTarget();
    descriptor: ()Lorg/jruby/ir/operands/GlobalVariable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.GetGlobalVariableInstr this
         0: .line 28
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.GetGlobalVariableInstr.getOperand1:()Lorg/jruby/ir/operands/Operand;
            checkcast org.jruby.ir.operands.GlobalVariable
            areturn
        end local 0 // org.jruby.ir.instructions.GetGlobalVariableInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/GetGlobalVariableInstr;

  public boolean computeScopeFlags(org.jruby.ir.IRScope);
    descriptor: (Lorg/jruby/ir/IRScope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.ir.instructions.GetGlobalVariableInstr this
        start local 1 // org.jruby.ir.IRScope scope
         0: .line 32
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.GetGlobalVariableInstr.getTarget:()Lorg/jruby/ir/operands/GlobalVariable;
            invokevirtual org.jruby.ir.operands.GlobalVariable.getId:()Ljava/lang/String;
            astore 2 /* name */
        start local 2 // java.lang.String name
         1: .line 34
            aload 2 /* name */
            ldc "$_"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 2
            aload 2 /* name */
            ldc "$LAST_READ_LINE"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 35
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* scope */
            invokevirtual org.jruby.ir.IRScope.getFlags:()Ljava/util/EnumSet;
            getstatic org.jruby.ir.IRFlags.REQUIRES_LASTLINE:Lorg/jruby/ir/IRFlags;
            invokevirtual java.util.EnumSet.add:(Ljava/lang/Object;)Z
            pop
         3: .line 36
            goto 9
      StackMap locals:
      StackMap stack:
         4: aload 2 /* name */
            ldc "$~"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
            aload 2 /* name */
            ldc "$`"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
            aload 2 /* name */
            ldc "$'"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
         5: .line 37
            aload 2 /* name */
            ldc "$+"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
            aload 2 /* name */
            ldc "$LAST_MATCH_INFO"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
         6: .line 38
            aload 2 /* name */
            ldc "$PREMATCH"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
            aload 2 /* name */
            ldc "$POSTMATCH"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
            aload 2 /* name */
            ldc "$LAST_PAREN_MATCH"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         7: .line 39
      StackMap locals:
      StackMap stack:
            aload 1 /* scope */
            invokevirtual org.jruby.ir.IRScope.getFlags:()Ljava/util/EnumSet;
            getstatic org.jruby.ir.IRFlags.REQUIRES_BACKREF:Lorg/jruby/ir/IRFlags;
            invokevirtual java.util.EnumSet.add:(Ljava/lang/Object;)Z
            pop
         8: .line 40
            iconst_1
            ireturn
         9: .line 43
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // java.lang.String name
        end local 1 // org.jruby.ir.IRScope scope
        end local 0 // org.jruby.ir.instructions.GetGlobalVariableInstr this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/jruby/ir/instructions/GetGlobalVariableInstr;
            0   10     1  scope  Lorg/jruby/ir/IRScope;
            1   10     2   name  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      scope  

  public org.jruby.ir.instructions.Instr clone(org.jruby.ir.transformations.inlining.CloneInfo);
    descriptor: (Lorg/jruby/ir/transformations/inlining/CloneInfo;)Lorg/jruby/ir/instructions/Instr;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.GetGlobalVariableInstr this
        start local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
         0: .line 48
            new org.jruby.ir.instructions.GetGlobalVariableInstr
            dup
            aload 1 /* ii */
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.GetGlobalVariableInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            invokevirtual org.jruby.ir.transformations.inlining.CloneInfo.getRenamedVariable:(Lorg/jruby/ir/operands/Variable;)Lorg/jruby/ir/operands/Variable;
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.GetGlobalVariableInstr.getTarget:()Lorg/jruby/ir/operands/GlobalVariable;
            invokevirtual org.jruby.ir.operands.GlobalVariable.getName:()Lorg/jruby/RubySymbol;
            invokespecial org.jruby.ir.instructions.GetGlobalVariableInstr.<init>:(Lorg/jruby/ir/operands/Variable;Lorg/jruby/RubySymbol;)V
            areturn
        end local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
        end local 0 // org.jruby.ir.instructions.GetGlobalVariableInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/GetGlobalVariableInstr;
            0    1     1    ii  Lorg/jruby/ir/transformations/inlining/CloneInfo;
    MethodParameters:
      Name  Flags
      ii    

  public void encode(org.jruby.ir.persistence.IRWriterEncoder);
    descriptor: (Lorg/jruby/ir/persistence/IRWriterEncoder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.GetGlobalVariableInstr this
        start local 1 // org.jruby.ir.persistence.IRWriterEncoder e
         0: .line 53
            aload 0 /* this */
            aload 1 /* e */
            invokespecial org.jruby.ir.instructions.OneOperandResultBaseInstr.encode:(Lorg/jruby/ir/persistence/IRWriterEncoder;)V
         1: .line 54
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.GetGlobalVariableInstr.getTarget:()Lorg/jruby/ir/operands/GlobalVariable;
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:(Lorg/jruby/ir/operands/Operand;)V
         2: .line 55
            return
        end local 1 // org.jruby.ir.persistence.IRWriterEncoder e
        end local 0 // org.jruby.ir.instructions.GetGlobalVariableInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/instructions/GetGlobalVariableInstr;
            0    3     1     e  Lorg/jruby/ir/persistence/IRWriterEncoder;
    MethodParameters:
      Name  Flags
      e     

  public static org.jruby.ir.instructions.GetGlobalVariableInstr decode(org.jruby.ir.persistence.IRReaderDecoder);
    descriptor: (Lorg/jruby/ir/persistence/IRReaderDecoder;)Lorg/jruby/ir/instructions/GetGlobalVariableInstr;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jruby.ir.persistence.IRReaderDecoder d
         0: .line 58
            new org.jruby.ir.instructions.GetGlobalVariableInstr
            dup
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeVariable:()Lorg/jruby/ir/operands/Variable;
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeOperand:()Lorg/jruby/ir/operands/Operand;
            checkcast org.jruby.ir.operands.GlobalVariable
            invokespecial org.jruby.ir.instructions.GetGlobalVariableInstr.<init>:(Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/GlobalVariable;)V
            areturn
        end local 0 // org.jruby.ir.persistence.IRReaderDecoder d
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     d  Lorg/jruby/ir/persistence/IRReaderDecoder;
    MethodParameters:
      Name  Flags
      d     

  public java.lang.Object interpret(org.jruby.runtime.ThreadContext, org.jruby.parser.StaticScope, org.jruby.runtime.DynamicScope, org.jruby.runtime.builtin.IRubyObject, java.lang.Object[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.jruby.ir.instructions.GetGlobalVariableInstr this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.parser.StaticScope currScope
        start local 3 // org.jruby.runtime.DynamicScope currDynScope
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // java.lang.Object[] temp
         0: .line 63
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.GetGlobalVariableInstr.getTarget:()Lorg/jruby/ir/operands/GlobalVariable;
            aload 1 /* context */
            aload 4 /* self */
            aload 2 /* currScope */
            aload 3 /* currDynScope */
            aload 5 /* temp */
            invokevirtual org.jruby.ir.operands.GlobalVariable.retrieve:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;[Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 5 // java.lang.Object[] temp
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.runtime.DynamicScope currDynScope
        end local 2 // org.jruby.parser.StaticScope currScope
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.instructions.GetGlobalVariableInstr this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/jruby/ir/instructions/GetGlobalVariableInstr;
            0    1     1       context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     currScope  Lorg/jruby/parser/StaticScope;
            0    1     3  currDynScope  Lorg/jruby/runtime/DynamicScope;
            0    1     4          self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     5          temp  [Ljava/lang/Object;
    MethodParameters:
              Name  Flags
      context       
      currScope     
      currDynScope  
      self          
      temp          

  public void visit(org.jruby.ir.IRVisitor);
    descriptor: (Lorg/jruby/ir/IRVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.GetGlobalVariableInstr this
        start local 1 // org.jruby.ir.IRVisitor visitor
         0: .line 68
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.jruby.ir.IRVisitor.GetGlobalVariableInstr:(Lorg/jruby/ir/instructions/GetGlobalVariableInstr;)V
         1: .line 69
            return
        end local 1 // org.jruby.ir.IRVisitor visitor
        end local 0 // org.jruby.ir.instructions.GetGlobalVariableInstr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ir/instructions/GetGlobalVariableInstr;
            0    2     1  visitor  Lorg/jruby/ir/IRVisitor;
    MethodParameters:
         Name  Flags
      visitor  
}
SourceFile: "GetGlobalVariableInstr.java"