Package org.sonar.python.cfg.fixpoint
Class ReachingDefinitionsAnalysis
java.lang.Object
org.sonar.python.cfg.fixpoint.ReachingDefinitionsAnalysis
https://en.wikipedia.org/wiki/Reaching_definition
Data flow analysis to determinate what definitions may reach a given point in the code.
Program state is represented by a map where:
- key is symbol
- value is set of possible expressions that symbol may have been assigned to
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReachingDefinitionsAnalysis
-
-
Method Details
-
valuesAtLocation
-