Class NoOperandResultBaseInstr

All Implemented Interfaces:
ResultInstr
Direct Known Subclasses:
BuildBackrefInstr, FrameNameCallInstr, GetEncodingInstr, LoadBlockImplicitClosureInstr, LoadFrameClosureInstr, LoadImplicitClosureInstr, PushBlockFrameInstr, ReceiveExceptionBase, ReceiveKeywordsInstr, ReceiveSelfInstr, SaveBindingVisibilityInstr

public abstract class NoOperandResultBaseInstr extends ResultBaseInstr
result instr with no operands
  • Constructor Details

    • NoOperandResultBaseInstr

      public NoOperandResultBaseInstr(Operation operation, Variable result)
  • Method Details