Uses of Class
org.sonar.javascript.cfg.ControlFlowGraph
-
Packages that use ControlFlowGraph Package Description org.sonar.javascript.cfg org.sonar.javascript.se -
-
Uses of ControlFlowGraph in org.sonar.javascript.cfg
Methods in org.sonar.javascript.cfg that return ControlFlowGraph Modifier and Type Method Description static ControlFlowGraphControlFlowGraph. build(ScriptTree tree)static ControlFlowGraphControlFlowGraph. build(BlockTree body) -
Uses of ControlFlowGraph in org.sonar.javascript.se
Methods in org.sonar.javascript.se with parameters of type ControlFlowGraph Modifier and Type Method Description static LiveVariableAnalysisLiveVariableAnalysis. create(ControlFlowGraph cfg, Scope scope)static LiveVariableAnalysisLiveVariableAnalysis. createForSymbolicExecution(ControlFlowGraph cfg, Scope scope)Constructors in org.sonar.javascript.se with parameters of type ControlFlowGraph Constructor Description LocalVariables(Scope functionScope, ControlFlowGraph cfg)SymbolicExecution(Scope functionScope, ControlFlowGraph cfg, List<SeCheck> checks, boolean isAsync)
-