Skip navigation links

Package org.checkerframework.dataflow.livevariable

Classes using for live variable analysis.

See: Description

Package org.checkerframework.dataflow.livevariable Description

Classes using for live variable analysis. Live variable analysis is a backward analysis to calculate the variables that are live at each point in the program. To run live variable analysis, see LiveVariablePlayground.
See Also:
https://en.wikipedia.org/wiki/Live_variable_analysis
Skip navigation links