public class org.jruby.ir.operands.TemporaryClosureVariable 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.TemporaryClosureVariable
  super_class: org.jruby.ir.operands.TemporaryLocalVariable
{
  private final int closureId;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public int getClosureId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.TemporaryClosureVariable this
         0: .line 17
            aload 0 /* this */
            getfield org.jruby.ir.operands.TemporaryClosureVariable.closureId:I
            ireturn
        end local 0 // org.jruby.ir.operands.TemporaryClosureVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/TemporaryClosureVariable;

  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.TemporaryClosureVariable this
         0: .line 22
            getstatic org.jruby.ir.operands.TemporaryVariableType.CLOSURE:Lorg/jruby/ir/operands/TemporaryVariableType;
            areturn
        end local 0 // org.jruby.ir.operands.TemporaryClosureVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/TemporaryClosureVariable;

  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.TemporaryClosureVariable this
        start local 1 // org.jruby.ir.transformations.inlining.SimpleCloneInfo ii
         0: .line 27
            aload 0 /* this */
            areturn
        end local 1 // org.jruby.ir.transformations.inlining.SimpleCloneInfo ii
        end local 0 // org.jruby.ir.operands.TemporaryClosureVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/TemporaryClosureVariable;
            0    1     1    ii  Lorg/jruby/ir/transformations/inlining/SimpleCloneInfo;
    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.operands.TemporaryClosureVariable this
        start local 1 // org.jruby.ir.persistence.IRWriterEncoder e
         0: .line 32
            aload 0 /* this */
            aload 1 /* e */
            invokespecial org.jruby.ir.operands.TemporaryLocalVariable.encode:(Lorg/jruby/ir/persistence/IRWriterEncoder;)V
         1: .line 33
            aload 1 /* e */
            aload 0 /* this */
            getfield org.jruby.ir.operands.TemporaryClosureVariable.closureId:I
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:(I)V
         2: .line 34
            return
        end local 1 // org.jruby.ir.persistence.IRWriterEncoder e
        end local 0 // org.jruby.ir.operands.TemporaryClosureVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/operands/TemporaryClosureVariable;
            0    3     1     e  Lorg/jruby/ir/persistence/IRWriterEncoder;
    MethodParameters:
      Name  Flags
      e     

  public static org.jruby.ir.operands.TemporaryClosureVariable decode(org.jruby.ir.persistence.IRReaderDecoder);
    descriptor: (Lorg/jruby/ir/persistence/IRReaderDecoder;)Lorg/jruby/ir/operands/TemporaryClosureVariable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.jruby.ir.persistence.IRReaderDecoder d
         0: .line 37
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeInt:()I
            istore 1 /* offset */
        start local 1 // int offset
         1: .line 38
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeInt:()I
            istore 2 /* closureId */
        start local 2 // int closureId
         2: .line 39
            new org.jruby.ir.operands.TemporaryClosureVariable
            dup
            iload 2 /* closureId */
            iload 1 /* offset */
            invokespecial org.jruby.ir.operands.TemporaryClosureVariable.<init>:(II)V
            areturn
        end local 2 // int closureId
        end local 1 // int offset
        end local 0 // org.jruby.ir.persistence.IRReaderDecoder d
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0          d  Lorg/jruby/ir/persistence/IRReaderDecoder;
            1    3     1     offset  I
            2    3     2  closureId  I
    MethodParameters:
      Name  Flags
      d     

  public java.lang.String getPrefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.TemporaryClosureVariable this
         0: .line 44
            new java.lang.StringBuilder
            dup
            ldc "%cl_"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.ir.operands.TemporaryClosureVariable.closureId:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "_"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.jruby.ir.operands.TemporaryClosureVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/TemporaryClosureVariable;
}
SourceFile: "TemporaryClosureVariable.java"