| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.statement | |
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
WithStatementTree |
TreeFactory.newWithStatement(InternalSyntaxToken withToken,
InternalSyntaxToken openingParen,
ExpressionTree expression,
InternalSyntaxToken closingParen,
StatementTree statement) |
WithStatementTree |
JavaScriptGrammar.WITH_STATEMENT() |
| Modifier and Type | Class and Description |
|---|---|
class |
WithStatementTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitWithStatement(WithStatementTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.