| Package | Description |
|---|---|
| org.sonar.javascript.ast.resolve | |
| org.sonar.javascript.model.internal.statement | |
| 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 |
SymbolVisitor.visitCatchBlock(CatchBlockTree tree) |
void |
SymbolDeclarationVisitor.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 |
|---|---|
CatchBlockTree |
TryStatementTree.catchBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitCatchBlock(CatchBlockTree tree) |
void |
TreeVisitor.visitCatchBlock(CatchBlockTree tree) |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.