Class OneOperandResultBaseInstr

All Implemented Interfaces:
ResultInstr
Direct Known Subclasses:
BlockGivenInstr, BuildLambdaInstr, BuildSplatInstr, CopyInstr, DefineMetaClassInstr, DefineModuleInstr, GetGlobalVariableInstr, GetInstr, InheritanceSearchConstInstr, LexicalSearchConstInstr, LoadLocalVarInstr, MultipleAsgnBase, ReifyClosureInstr, SearchConstInstr, SearchModuleForConstInstr, SetCapturedVarInstr, ToAryInstr, UndefMethodInstr

public abstract class OneOperandResultBaseInstr extends ResultBaseInstr
Result Instr with one operand.
  • Field Details

    • operand1

      private transient Operand operand1
  • Constructor Details

    • OneOperandResultBaseInstr

      public OneOperandResultBaseInstr(Operation operation, Variable result, Operand operand1)
  • Method Details