Interface ProgramPoint

    • Method Detail

      • getCFG

        CFG getCFG()
        Yields the CFG that this program point belongs to.
        Returns:
        the containing cfg
      • getProgram

        default Program getProgram()
        Yields the Program where this program point is defined. By default, this is obtained through the CFG returned by getCFG().
        Returns:
        the containing program