| Package | Description |
|---|---|
| org.sonar.javascript.metrics |
Provides visitor for JavaScript metric computation
|
| org.sonar.javascript.tree.impl.statement | |
| org.sonar.javascript.tree.symbols | |
| 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 |
|---|---|
void |
ComplexityVisitor.visitCatchBlock(CatchBlockTree tree) |
| Modifier and Type | Class and Description |
|---|---|
class |
CatchBlockTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
CatchBlockTree |
TryStatementTreeImpl.catchBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
SymbolVisitor.visitCatchBlock(CatchBlockTree tree) |
void |
ScopeVisitor.visitCatchBlock(CatchBlockTree tree) |
void |
HoistedSymbolVisitor.visitCatchBlock(CatchBlockTree tree) |
| Modifier and Type | Method and Description |
|---|---|
CatchBlockTree |
TryStatementTree.catchBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitCatchBlock(CatchBlockTree tree) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.