public abstract class org.jruby.ir.operands.Reference extends org.jruby.ir.operands.Operand
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jruby.ir.operands.Reference
  super_class: org.jruby.ir.operands.Operand
{
  private final org.jruby.RubySymbol name;
    descriptor: Lorg/jruby/RubySymbol;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.jruby.RubySymbol);
    descriptor: (Lorg/jruby/RubySymbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.operands.Reference this
        start local 1 // org.jruby.RubySymbol name
         0: .line 15
            aload 0 /* this */
            invokespecial org.jruby.ir.operands.Operand.<init>:()V
         1: .line 17
            aload 0 /* this */
            aload 1 /* name */
            putfield org.jruby.ir.operands.Reference.name:Lorg/jruby/RubySymbol;
         2: .line 18
            return
        end local 1 // org.jruby.RubySymbol name
        end local 0 // org.jruby.ir.operands.Reference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/operands/Reference;
            0    3     1  name  Lorg/jruby/RubySymbol;
    MethodParameters:
      Name  Flags
      name  

  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.Reference this
         0: .line 21
            aload 0 /* this */
            getfield org.jruby.ir.operands.Reference.name:Lorg/jruby/RubySymbol;
            invokevirtual org.jruby.RubySymbol.idString:()Ljava/lang/String;
            areturn
        end local 0 // org.jruby.ir.operands.Reference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/Reference;

  public org.jruby.RubySymbol getName();
    descriptor: ()Lorg/jruby/RubySymbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.Reference this
         0: .line 25
            aload 0 /* this */
            getfield org.jruby.ir.operands.Reference.name:Lorg/jruby/RubySymbol;
            areturn
        end local 0 // org.jruby.ir.operands.Reference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/Reference;

  public void addUsedVariables(java.util.List<org.jruby.ir.operands.Variable>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.jruby.ir.operands.Reference this
        start local 1 // java.util.List l
         0: .line 31
            return
        end local 1 // java.util.List l
        end local 0 // org.jruby.ir.operands.Reference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/Reference;
            0    1     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 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=1, locals=2, args_size=2
        start local 0 // org.jruby.ir.operands.Reference this
        start local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
         0: .line 35
            aload 0 /* this */
            areturn
        end local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
        end local 0 // org.jruby.ir.operands.Reference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/Reference;
            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.operands.Reference this
        start local 1 // org.jruby.ir.persistence.IRWriterEncoder e
         0: .line 40
            aload 0 /* this */
            aload 1 /* e */
            invokespecial org.jruby.ir.operands.Operand.encode:(Lorg/jruby/ir/persistence/IRWriterEncoder;)V
         1: .line 41
            aload 1 /* e */
            aload 0 /* this */
            getfield org.jruby.ir.operands.Reference.name:Lorg/jruby/RubySymbol;
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:(Lorg/jruby/RubySymbol;)V
         2: .line 42
            return
        end local 1 // org.jruby.ir.persistence.IRWriterEncoder e
        end local 0 // org.jruby.ir.operands.Reference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/operands/Reference;
            0    3     1     e  Lorg/jruby/ir/persistence/IRWriterEncoder;
    MethodParameters:
      Name  Flags
      e     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.Reference this
         0: .line 46
            aload 0 /* this */
            invokevirtual org.jruby.ir.operands.Reference.getId:()Ljava/lang/String;
            areturn
        end local 0 // org.jruby.ir.operands.Reference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/Reference;
}
SourceFile: "Reference.java"