Uses of Class
org.sonar.plugins.python.api.cfg.ControlFlowGraph
Packages that use ControlFlowGraph
Package
Description
-
Uses of ControlFlowGraph in org.sonar.plugins.python.api.cfg
Methods in org.sonar.plugins.python.api.cfg that return ControlFlowGraphModifier and TypeMethodDescriptionstatic ControlFlowGraphControlFlowGraph.build(FileInput fileInput, PythonFile file) static ControlFlowGraphControlFlowGraph.build(FunctionDef functionDef, PythonFile file) -
Uses of ControlFlowGraph in org.sonar.python.cfg
Methods in org.sonar.python.cfg that return ControlFlowGraphMethods in org.sonar.python.cfg with parameters of type ControlFlowGraph -
Uses of ControlFlowGraph in org.sonar.python.cfg.fixpoint
Methods in org.sonar.python.cfg.fixpoint with parameters of type ControlFlowGraphModifier and TypeMethodDescriptionstatic DefinedVariablesAnalysisDefinedVariablesAnalysis.analyze(ControlFlowGraph cfg, Set<Symbol> localVariables) static LiveVariablesAnalysisLiveVariablesAnalysis.analyze(ControlFlowGraph cfg) voidForwardAnalysis.compute(ControlFlowGraph cfg)