Uses of Class
org.sonar.plugins.php.api.cfg.ControlFlowGraph
Packages that use ControlFlowGraph
-
Uses of ControlFlowGraph in org.sonar.php.cfg
Methods in org.sonar.php.cfg with parameters of type ControlFlowGraphModifier and TypeMethodDescriptionstatic LiveVariablesAnalysisLiveVariablesAnalysis.analyze(ControlFlowGraph cfg, SymbolTable symbols) -
Uses of ControlFlowGraph in org.sonar.plugins.php.api.cfg
Methods in org.sonar.plugins.php.api.cfg that return ControlFlowGraphModifier and TypeMethodDescriptionstatic ControlFlowGraphWARNING: This is an experimental API, it may change without notice.static ControlFlowGraphControlFlowGraph.build(Tree tree, CheckContext context) WARNING: This is an experimental API, it may change without notice.