Class SideEffectAnalysis


public class SideEffectAnalysis extends ProgramAnalysis<SideEffect>
  • Field Details

  • Constructor Details

    • SideEffectAnalysis

      public SideEffectAnalysis(AnalysisConfig config)
  • Method Details

    • analyze

      public SideEffect 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<SideEffect>
      Returns:
      the analysis result for the whole program. The result will be stored in World.