public abstract class org.jruby.ir.instructions.ResultBaseInstr extends org.jruby.ir.instructions.Instr implements org.jruby.ir.instructions.ResultInstr
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jruby.ir.instructions.ResultBaseInstr
  super_class: org.jruby.ir.instructions.Instr
{
  protected transient org.jruby.ir.operands.Variable result;
    descriptor: Lorg/jruby/ir/operands/Variable;
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  public void <init>(org.jruby.ir.Operation, org.jruby.ir.operands.Variable);
    descriptor: (Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.ir.instructions.ResultBaseInstr this
        start local 1 // org.jruby.ir.Operation operation
        start local 2 // org.jruby.ir.operands.Variable result
         0: .line 16
            aload 0 /* this */
            aload 1 /* operation */
            invokespecial org.jruby.ir.instructions.Instr.<init>:(Lorg/jruby/ir/Operation;)V
         1: .line 18
            aload 0 /* this */
            aload 2 /* result */
            putfield org.jruby.ir.instructions.ResultBaseInstr.result:Lorg/jruby/ir/operands/Variable;
         2: .line 19
            return
        end local 2 // org.jruby.ir.operands.Variable result
        end local 1 // org.jruby.ir.Operation operation
        end local 0 // org.jruby.ir.instructions.ResultBaseInstr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/jruby/ir/instructions/ResultBaseInstr;
            0    3     1  operation  Lorg/jruby/ir/Operation;
            0    3     2     result  Lorg/jruby/ir/operands/Variable;
    MethodParameters:
           Name  Flags
      operation  
      result     

  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.ResultBaseInstr this
        start local 1 // org.jruby.ir.persistence.IRWriterEncoder e
         0: .line 23
            aload 0 /* this */
            aload 1 /* e */
            invokespecial org.jruby.ir.instructions.Instr.encode:(Lorg/jruby/ir/persistence/IRWriterEncoder;)V
         1: .line 24
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.ResultBaseInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:(Lorg/jruby/ir/operands/Operand;)V
         2: .line 25
            return
        end local 1 // org.jruby.ir.persistence.IRWriterEncoder e
        end local 0 // org.jruby.ir.instructions.ResultBaseInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/instructions/ResultBaseInstr;
            0    3     1     e  Lorg/jruby/ir/persistence/IRWriterEncoder;
    MethodParameters:
      Name  Flags
      e     

  public org.jruby.ir.operands.Variable getResult();
    descriptor: ()Lorg/jruby/ir/operands/Variable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.ResultBaseInstr this
         0: .line 28
            aload 0 /* this */
            getfield org.jruby.ir.instructions.ResultBaseInstr.result:Lorg/jruby/ir/operands/Variable;
            areturn
        end local 0 // org.jruby.ir.instructions.ResultBaseInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/ResultBaseInstr;

  public void updateResult(org.jruby.ir.operands.Variable);
    descriptor: (Lorg/jruby/ir/operands/Variable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.ResultBaseInstr this
        start local 1 // org.jruby.ir.operands.Variable result
         0: .line 32
            aload 0 /* this */
            aload 1 /* result */
            putfield org.jruby.ir.instructions.ResultBaseInstr.result:Lorg/jruby/ir/operands/Variable;
         1: .line 33
            return
        end local 1 // org.jruby.ir.operands.Variable result
        end local 0 // org.jruby.ir.instructions.ResultBaseInstr this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/ir/instructions/ResultBaseInstr;
            0    2     1  result  Lorg/jruby/ir/operands/Variable;
    MethodParameters:
        Name  Flags
      result  
}
SourceFile: "ResultBaseInstr.java"