| Package | Description |
|---|---|
| org.sonar.javascript.cfg |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ControlFlowBlock
A
ControlFlowNode which has a list of elements. |
| Modifier and Type | Method and Description |
|---|---|
ControlFlowNode |
ControlFlowGraph.end() |
ControlFlowNode |
ControlFlowGraph.start() |
| Modifier and Type | Method and Description |
|---|---|
Set<ControlFlowNode> |
ControlFlowNode.predecessors() |
Set<ControlFlowNode> |
ControlFlowNode.successors() |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.