| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| 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 |
|---|---|
CatchBlockTree |
JavaScriptGrammar.CATCH_CLAUSE() |
CatchBlockTree |
TreeFactory.newCatchBlock(InternalSyntaxToken catchToken,
InternalSyntaxToken lparenToken,
BindingElementTree catchParameter,
InternalSyntaxToken rparenToken,
BlockTree block) |
| Modifier and Type | Method and Description |
|---|---|
TryStatementTree |
TreeFactory.tryStatementWithCatch(InternalSyntaxToken tryToken,
BlockTree block,
CatchBlockTree catchBlock,
com.sonar.sslr.api.typed.Optional<FinallyBlockTree> finallyBlockTree) |
| Modifier and Type | Class and Description |
|---|---|
class |
CatchBlockTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
CatchBlockTree |
TryStatementTreeImpl.catchBlock() |
| Constructor and Description |
|---|
TryStatementTreeImpl(SyntaxToken tryKeyword,
BlockTree block,
CatchBlockTree catchBlock,
FinallyBlockTree finallyBlock) |
| 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–2017 SonarSource and Eriks Nukis. All rights reserved.