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

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 10
            ldc Lorg/jruby/ir/instructions/GetInstr;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.jruby.ir.instructions.GetInstr.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jruby.ir.Operation, org.jruby.ir.operands.Variable, org.jruby.ir.operands.Operand, org.jruby.RubySymbol);
    descriptor: (Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/Operand;Lorg/jruby/RubySymbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jruby.ir.instructions.GetInstr this
        start local 1 // org.jruby.ir.Operation op
        start local 2 // org.jruby.ir.operands.Variable result
        start local 3 // org.jruby.ir.operands.Operand source
        start local 4 // org.jruby.RubySymbol name
         0: .line 14
            aload 0 /* this */
            aload 1 /* op */
            aload 2 /* result */
            aload 3 /* source */
            invokespecial org.jruby.ir.instructions.OneOperandResultBaseInstr.<init>:(Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/Operand;)V
         1: .line 16
            getstatic org.jruby.ir.instructions.GetInstr.$assertionsDisabled:Z
            ifne 2
            aload 2 /* result */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " result is null"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 18
      StackMap locals: org.jruby.ir.instructions.GetInstr org.jruby.ir.Operation org.jruby.ir.operands.Variable org.jruby.ir.operands.Operand org.jruby.RubySymbol
      StackMap stack:
            aload 0 /* this */
            aload 4 /* name */
            putfield org.jruby.ir.instructions.GetInstr.name:Lorg/jruby/RubySymbol;
         3: .line 19
            return
        end local 4 // org.jruby.RubySymbol name
        end local 3 // org.jruby.ir.operands.Operand source
        end local 2 // org.jruby.ir.operands.Variable result
        end local 1 // org.jruby.ir.Operation op
        end local 0 // org.jruby.ir.instructions.GetInstr this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/jruby/ir/instructions/GetInstr;
            0    4     1      op  Lorg/jruby/ir/Operation;
            0    4     2  result  Lorg/jruby/ir/operands/Variable;
            0    4     3  source  Lorg/jruby/ir/operands/Operand;
            0    4     4    name  Lorg/jruby/RubySymbol;
    MethodParameters:
        Name  Flags
      op      
      result  
      source  
      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.instructions.GetInstr this
         0: .line 22
            aload 0 /* this */
            getfield org.jruby.ir.instructions.GetInstr.name:Lorg/jruby/RubySymbol;
            invokevirtual org.jruby.RubySymbol.idString:()Ljava/lang/String;
            areturn
        end local 0 // org.jruby.ir.instructions.GetInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/GetInstr;

  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.instructions.GetInstr this
         0: .line 26
            aload 0 /* this */
            getfield org.jruby.ir.instructions.GetInstr.name:Lorg/jruby/RubySymbol;
            areturn
        end local 0 // org.jruby.ir.instructions.GetInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/GetInstr;

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

  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.GetInstr this
        start local 1 // org.jruby.ir.persistence.IRWriterEncoder e
         0: .line 35
            aload 0 /* this */
            aload 1 /* e */
            invokespecial org.jruby.ir.instructions.OneOperandResultBaseInstr.encode:(Lorg/jruby/ir/persistence/IRWriterEncoder;)V
         1: .line 36
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.GetInstr.getSource:()Lorg/jruby/ir/operands/Operand;
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:(Lorg/jruby/ir/operands/Operand;)V
         2: .line 37
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.GetInstr.getName:()Lorg/jruby/RubySymbol;
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:(Lorg/jruby/RubySymbol;)V
         3: .line 38
            return
        end local 1 // org.jruby.ir.persistence.IRWriterEncoder e
        end local 0 // org.jruby.ir.instructions.GetInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/ir/instructions/GetInstr;
            0    4     1     e  Lorg/jruby/ir/persistence/IRWriterEncoder;
    MethodParameters:
      Name  Flags
      e     

  public java.lang.String[] toStringNonOperandArgs();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.GetInstr this
         0: .line 42
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            new java.lang.StringBuilder
            dup
            ldc "name: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.GetInstr.getName:()Lorg/jruby/RubySymbol;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            areturn
        end local 0 // org.jruby.ir.instructions.GetInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/GetInstr;
}
SourceFile: "GetInstr.java"