public abstract class org.jruby.ir.operands.Variable extends org.jruby.ir.operands.Operand implements java.lang.Comparable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jruby.ir.operands.Variable
  super_class: org.jruby.ir.operands.Operand
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.Variable this
         0: .line 12
            aload 0 /* this */
            invokespecial org.jruby.ir.operands.Operand.<init>:()V
         1: .line 13
            return
        end local 0 // org.jruby.ir.operands.Variable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/ir/operands/Variable;

  public abstract java.lang.String getId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public boolean canCopyPropagate();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.Variable this
         0: .line 19
            iconst_1
            ireturn
        end local 0 // org.jruby.ir.operands.Variable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/Variable;

  public org.jruby.ir.operands.Operand getSimplifiedOperand(java.util.Map<org.jruby.ir.operands.Operand, org.jruby.ir.operands.Operand>, boolean);
    descriptor: (Ljava/util/Map;Z)Lorg/jruby/ir/operands/Operand;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.jruby.ir.operands.Variable this
        start local 1 // java.util.Map valueMap
        start local 2 // boolean force
         0: .line 24
            aload 1 /* valueMap */
            aload 0 /* this */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jruby.ir.operands.Operand
            astore 3 /* v */
        start local 3 // org.jruby.ir.operands.Operand v
         1: .line 26
            aload 3 /* v */
            ifnull 3
            iload 2 /* force */
            ifne 2
            aload 3 /* v */
            invokevirtual org.jruby.ir.operands.Operand.canCopyPropagate:()Z
            ifeq 3
      StackMap locals: org.jruby.ir.operands.Operand
      StackMap stack:
         2: aload 3 /* v */
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
      StackMap locals:
      StackMap stack: org.jruby.ir.operands.Operand
         4: areturn
        end local 3 // org.jruby.ir.operands.Operand v
        end local 2 // boolean force
        end local 1 // java.util.Map valueMap
        end local 0 // org.jruby.ir.operands.Variable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/ir/operands/Variable;
            0    5     1  valueMap  Ljava/util/Map<Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;>;
            0    5     2     force  Z
            1    5     3         v  Lorg/jruby/ir/operands/Operand;
    Signature: (Ljava/util/Map<Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;>;Z)Lorg/jruby/ir/operands/Operand;
    MethodParameters:
          Name  Flags
      valueMap  
      force     

  public boolean isSelf();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.Variable this
         0: .line 30
            iconst_0
            ireturn
        end local 0 // org.jruby.ir.operands.Variable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/Variable;

  public org.jruby.ir.operands.Operand getValue(java.util.Map<org.jruby.ir.operands.Operand, org.jruby.ir.operands.Operand>);
    descriptor: (Ljava/util/Map;)Lorg/jruby/ir/operands/Operand;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.ir.operands.Variable this
        start local 1 // java.util.Map valueMap
         0: .line 35
            aload 1 /* valueMap */
            aload 0 /* this */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jruby.ir.operands.Operand
            astore 2 /* v */
        start local 2 // org.jruby.ir.operands.Operand v
         1: .line 37
            aload 2 /* v */
            ifnonnull 2
            aload 0 /* this */
            goto 3
      StackMap locals: org.jruby.ir.operands.Operand
      StackMap stack:
         2: aload 2 /* v */
      StackMap locals:
      StackMap stack: org.jruby.ir.operands.Operand
         3: areturn
        end local 2 // org.jruby.ir.operands.Operand v
        end local 1 // java.util.Map valueMap
        end local 0 // org.jruby.ir.operands.Variable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/jruby/ir/operands/Variable;
            0    4     1  valueMap  Ljava/util/Map<Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;>;
            1    4     2         v  Lorg/jruby/ir/operands/Operand;
    Signature: (Ljava/util/Map<Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;>;)Lorg/jruby/ir/operands/Operand;
    MethodParameters:
          Name  Flags
      valueMap  

  public void addUsedVariables(java.util.List<org.jruby.ir.operands.Variable>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.operands.Variable this
        start local 1 // java.util.List l
         0: .line 43
            aload 1 /* l */
            aload 0 /* this */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 44
            return
        end local 1 // java.util.List l
        end local 0 // org.jruby.ir.operands.Variable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/ir/operands/Variable;
            0    2     1     l  Ljava/util/List<Lorg/jruby/ir/operands/Variable;>;
    Signature: (Ljava/util/List<Lorg/jruby/ir/operands/Variable;>;)V
    MethodParameters:
      Name  Flags
      l     

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      ii    

  public org.jruby.ir.operands.Operand cloneForInlining(org.jruby.ir.transformations.inlining.CloneInfo);
    descriptor: (Lorg/jruby/ir/transformations/inlining/CloneInfo;)Lorg/jruby/ir/operands/Operand;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.operands.Variable this
        start local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
         0: .line 50
            aload 1 /* ii */
            aload 0 /* this */
            invokevirtual org.jruby.ir.transformations.inlining.CloneInfo.getRenamedVariable:(Lorg/jruby/ir/operands/Variable;)Lorg/jruby/ir/operands/Variable;
            areturn
        end local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
        end local 0 // org.jruby.ir.operands.Variable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/Variable;
            0    1     1    ii  Lorg/jruby/ir/transformations/inlining/CloneInfo;
    MethodParameters:
      Name  Flags
      ii    
}
SourceFile: "Variable.java"