| Package | Description |
|---|---|
| org.sonar.javascript.cfg | |
| org.sonar.javascript.se |
| Modifier and Type | Method and Description |
|---|---|
static ControlFlowGraph |
ControlFlowGraph.build(BlockTree body) |
static ControlFlowGraph |
ControlFlowGraph.build(ScriptTree tree) |
| Modifier and Type | Method and Description |
|---|---|
static LiveVariableAnalysis |
LiveVariableAnalysis.create(ControlFlowGraph cfg,
Scope scope) |
| Constructor and Description |
|---|
LocalVariables(Scope functionScope,
ControlFlowGraph cfg) |
SymbolicExecution(Scope functionScope,
ControlFlowGraph cfg,
List<SeCheck> checks) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.