Class ForwardAnalysis

java.lang.Object
org.sonar.python.cfg.fixpoint.ForwardAnalysis

public abstract class ForwardAnalysis extends Object
Data flow analysis operating on the CFG. The analysis starts at the entry node and moves forwards in the CFG. See https://en.wikipedia.org/wiki/Data-flow_analysis#Forward_analysis See https://lara.epfl.ch/w/_media/sav08:schwartzbach.pdf (chapter "Forwards, Backwards, May, and Must")