| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.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 |
|---|---|
FinallyBlockTree |
JavaScriptGrammar.FINALLY_CLAUSE() |
FinallyBlockTree |
TreeFactory.finallyBlock(InternalSyntaxToken finallyKeyword,
BlockTree finallyBlock) |
| Modifier and Type | Method and Description |
|---|---|
TryStatementTree |
TreeFactory.tryStatementWithoutCatch(InternalSyntaxToken tryToken,
BlockTree block,
FinallyBlockTree finallyBlockTree) |
| 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 |
FinallyBlockTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
FinallyBlockTree |
TryStatementTreeImpl.finallyBlock() |
| Constructor and Description |
|---|
TryStatementTreeImpl(SyntaxToken tryKeyword,
BlockTree block,
CatchBlockTree catchBlock,
FinallyBlockTree finallyBlock) |
| Modifier and Type | Method and Description |
|---|---|
FinallyBlockTree |
TryStatementTree.finallyBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitFinallyBlock(FinallyBlockTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.