| Package | Description |
|---|---|
| org.sonar.javascript.cfg | |
| org.sonar.javascript.tree.impl.declaration | |
| org.sonar.javascript.tree.impl.statement | |
| org.sonar.javascript.tree.symbols | |
| org.sonar.plugins.javascript.api.tree.declaration |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| org.sonar.plugins.javascript.api.tree.expression |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| org.sonar.plugins.javascript.api.tree.statement |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
static ControlFlowGraph |
ControlFlowGraph.build(BlockTree body) |
| Modifier and Type | Method and Description |
|---|---|
BlockTree |
FunctionDeclarationTreeImpl.body() |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
BlockTree |
TryStatementTreeImpl.block() |
BlockTree |
CatchBlockTreeImpl.block() |
BlockTree |
TryStatementTreeImpl.finallyBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
SymbolVisitor.visitBlock(BlockTree tree) |
void |
ScopeVisitor.visitBlock(BlockTree tree) |
void |
HoistedSymbolVisitor.visitBlock(BlockTree tree) |
| Modifier and Type | Method and Description |
|---|---|
BlockTree |
MethodDeclarationTree.body() |
BlockTree |
FunctionDeclarationTree.body() |
| Modifier and Type | Method and Description |
|---|---|
BlockTree |
FunctionExpressionTree.body() |
| Modifier and Type | Method and Description |
|---|---|
BlockTree |
TryStatementTree.block() |
BlockTree |
CatchBlockTree.block() |
BlockTree |
TryStatementTree.finallyBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitBlock(BlockTree tree) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.