@ParametersAreNonnullByDefault
| Interface | Description |
|---|---|
| CfgBlock |
A node of a
ControlFlowGraph. |
| CfgBranchingBlock |
A
CfgBlock with 2 successors: represents a block ending
with a condition which determines which successor is executed next. |
| Class | Description |
|---|---|
| ControlFlowGraph |
The Control Flow Graph
for a JavaScript script or for the body of a function.
|
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.