Uses of Class
org.sonar.plugins.python.api.cfg.ControlFlowGraph
-
Packages that use ControlFlowGraph Package Description org.sonar.plugins.python.api.cfg org.sonar.python.cfg org.sonar.python.cfg.fixpoint -
-
Uses of ControlFlowGraph in org.sonar.plugins.python.api.cfg
Methods in org.sonar.plugins.python.api.cfg that return ControlFlowGraph Modifier and Type Method Description static 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 ControlFlowGraph Modifier and Type Method Description ControlFlowGraphControlFlowGraphBuilder. getCfg()Methods in org.sonar.python.cfg with parameters of type ControlFlowGraph Modifier and Type Method Description static Set<CfgBlock>CfgUtils. unreachableBlocks(ControlFlowGraph cfg) -
Uses of ControlFlowGraph in org.sonar.python.cfg.fixpoint
Methods in org.sonar.python.cfg.fixpoint with parameters of type ControlFlowGraph Modifier and Type Method Description static DefinedVariablesAnalysisDefinedVariablesAnalysis. analyze(ControlFlowGraph cfg, Set<Symbol> localVariables)static LiveVariablesAnalysisLiveVariablesAnalysis. analyze(ControlFlowGraph cfg)voidForwardAnalysis. compute(ControlFlowGraph cfg)
-