Interface JumpIR

All Known Implementing Classes:
BranchIfIR, BranchUnlessIR, GotoIR

public interface JumpIR
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setPc(int pc)
     
  • Method Details

    • setPc

      void setPc(int pc)
    • getLabel

      Label getLabel()