Class ResultProcessor


public class ResultProcessor extends ProgramAnalysis<Set<String>>
Special class for process the results of other analyses after they finish. This class is designed mainly for testing purpose. Currently, it supports input/output analysis results from/to file, and compare analysis results with input results. This analysis should be specified as the last analysis.
  • Field Details

  • Constructor Details

  • Method Details

    • analyze

      public Set<String> analyze()
      Description copied from class: ProgramAnalysis
      Runs this analysis for the whole program. If the result is not used by following analyses, then this method should return null.
      Specified by:
      analyze in class ProgramAnalysis<Set<String>>
      Returns:
      the analysis result for the whole program. The result will be stored in World.