| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.statement |
| Modifier and Type | Method and Description |
|---|---|
CatchBlockTreeImpl |
JavaScriptGrammar.CATCH_CLAUSE() |
CatchBlockTreeImpl |
TreeFactory.newCatchBlock(InternalSyntaxToken catchToken,
InternalSyntaxToken lparenToken,
BindingElementTree catchParameter,
InternalSyntaxToken rparenToken,
BlockTreeImpl block) |
| Modifier and Type | Method and Description |
|---|---|
TryStatementTreeImpl |
TreeFactory.newTryStatementWithCatch(CatchBlockTreeImpl catchBlock,
com.sonar.sslr.api.typed.Optional<TryStatementTreeImpl> partial) |
| Modifier and Type | Method and Description |
|---|---|
TryStatementTreeImpl |
TryStatementTreeImpl.complete(CatchBlockTreeImpl catchBlock) |
| Constructor and Description |
|---|
TryStatementTreeImpl(CatchBlockTreeImpl catchBlock) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.