public class org.jruby.ir.operands.TemporaryCurrentModuleVariable extends org.jruby.ir.operands.TemporaryLocalVariable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.operands.TemporaryCurrentModuleVariable
  super_class: org.jruby.ir.operands.TemporaryLocalVariable
{
  public static final org.jruby.ir.operands.TemporaryCurrentModuleVariable[] CURRENT_MODULE_VARIABLE;
    descriptor: [Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 11
            iconst_5
            anewarray org.jruby.ir.operands.TemporaryCurrentModuleVariable
            dup
            iconst_0
         1: .line 12
            new org.jruby.ir.operands.TemporaryCurrentModuleVariable
            dup
            iconst_0
            invokespecial org.jruby.ir.operands.TemporaryCurrentModuleVariable.<init>:(I)V
            aastore
            dup
            iconst_1
            new org.jruby.ir.operands.TemporaryCurrentModuleVariable
            dup
            iconst_1
            invokespecial org.jruby.ir.operands.TemporaryCurrentModuleVariable.<init>:(I)V
            aastore
            dup
            iconst_2
         2: .line 13
            new org.jruby.ir.operands.TemporaryCurrentModuleVariable
            dup
            iconst_2
            invokespecial org.jruby.ir.operands.TemporaryCurrentModuleVariable.<init>:(I)V
            aastore
            dup
            iconst_3
            new org.jruby.ir.operands.TemporaryCurrentModuleVariable
            dup
            iconst_3
            invokespecial org.jruby.ir.operands.TemporaryCurrentModuleVariable.<init>:(I)V
            aastore
            dup
            iconst_4
         3: .line 14
            new org.jruby.ir.operands.TemporaryCurrentModuleVariable
            dup
            iconst_4
            invokespecial org.jruby.ir.operands.TemporaryCurrentModuleVariable.<init>:(I)V
            aastore
         4: .line 11
            putstatic org.jruby.ir.operands.TemporaryCurrentModuleVariable.CURRENT_MODULE_VARIABLE:[Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;
         5: .line 15
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.jruby.ir.operands.TemporaryCurrentModuleVariable ModuleVariableFor(int);
    descriptor: (I)Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int depth
         0: .line 18
            iload 0 /* depth */
            getstatic org.jruby.ir.operands.TemporaryCurrentModuleVariable.CURRENT_MODULE_VARIABLE:[Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;
            arraylength
            if_icmpge 1
            getstatic org.jruby.ir.operands.TemporaryCurrentModuleVariable.CURRENT_MODULE_VARIABLE:[Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;
            iload 0 /* depth */
            aaload
            goto 2
      StackMap locals:
      StackMap stack:
         1: new org.jruby.ir.operands.TemporaryCurrentModuleVariable
            dup
            iload 0 /* depth */
            invokespecial org.jruby.ir.operands.TemporaryCurrentModuleVariable.<init>:(I)V
      StackMap locals:
      StackMap stack: org.jruby.ir.operands.TemporaryCurrentModuleVariable
         2: areturn
        end local 0 // int depth
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  depth  I
    MethodParameters:
       Name  Flags
      depth  

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.operands.TemporaryCurrentModuleVariable this
        start local 1 // int offset
         0: .line 22
            aload 0 /* this */
            iload 1 /* offset */
            invokespecial org.jruby.ir.operands.TemporaryLocalVariable.<init>:(I)V
         1: .line 23
            return
        end local 1 // int offset
        end local 0 // org.jruby.ir.operands.TemporaryCurrentModuleVariable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;
            0    2     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  public org.jruby.ir.operands.TemporaryVariableType getType();
    descriptor: ()Lorg/jruby/ir/operands/TemporaryVariableType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.TemporaryCurrentModuleVariable this
         0: .line 27
            getstatic org.jruby.ir.operands.TemporaryVariableType.CURRENT_MODULE:Lorg/jruby/ir/operands/TemporaryVariableType;
            areturn
        end local 0 // org.jruby.ir.operands.TemporaryCurrentModuleVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;

  public java.lang.String getId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.TemporaryCurrentModuleVariable this
         0: .line 31
            ldc "%current_module"
            areturn
        end local 0 // org.jruby.ir.operands.TemporaryCurrentModuleVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;

  public org.jruby.ir.operands.Variable clone(org.jruby.ir.transformations.inlining.SimpleCloneInfo);
    descriptor: (Lorg/jruby/ir/transformations/inlining/SimpleCloneInfo;)Lorg/jruby/ir/operands/Variable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jruby.ir.operands.TemporaryCurrentModuleVariable this
        start local 1 // org.jruby.ir.transformations.inlining.SimpleCloneInfo ii
         0: .line 36
            aload 0 /* this */
            areturn
        end local 1 // org.jruby.ir.transformations.inlining.SimpleCloneInfo ii
        end local 0 // org.jruby.ir.operands.TemporaryCurrentModuleVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;
            0    1     1    ii  Lorg/jruby/ir/transformations/inlining/SimpleCloneInfo;
    MethodParameters:
      Name  Flags
      ii    

  public static org.jruby.ir.operands.TemporaryCurrentModuleVariable decode(org.jruby.ir.persistence.IRReaderDecoder);
    descriptor: (Lorg/jruby/ir/persistence/IRReaderDecoder;)Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.persistence.IRReaderDecoder d
         0: .line 40
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeInt:()I
            invokestatic org.jruby.ir.operands.TemporaryCurrentModuleVariable.ModuleVariableFor:(I)Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;
            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     
}
SourceFile: "TemporaryCurrentModuleVariable.java"