Uses of Class
org.sonar.plugins.php.api.cfg.ControlFlowGraph
-
Packages that use ControlFlowGraph Package Description org.sonar.php.cfg org.sonar.plugins.php.api.cfg -
-
Uses of ControlFlowGraph in org.sonar.php.cfg
Methods in org.sonar.php.cfg with parameters of type ControlFlowGraph Modifier and Type Method Description static 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 ControlFlowGraph Modifier and Type Method Description static ControlFlowGraphControlFlowGraph. build(BlockTree body)WARNING: 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.
-