| Package | Description |
|---|---|
| org.sonar.javascript.metrics |
Provides visitor for JavaScript metric computation
|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.statement | |
| org.sonar.javascript.tree.symbols | |
| org.sonar.javascript.tree.symbols.type | |
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexityVisitor.visitForObjectStatement(ForObjectStatementTree tree) |
| Modifier and Type | Method and Description |
|---|---|
ForObjectStatementTree |
JavaScriptGrammar.FOR_IN_STATEMENT() |
ForObjectStatementTree |
JavaScriptGrammar.FOR_OF_STATEMENT()
ECMAScript 6
|
ForObjectStatementTree |
TreeFactory.forInStatement(InternalSyntaxToken forToken,
InternalSyntaxToken openParenthesis,
Tree variableOrExpression,
InternalSyntaxToken inToken,
ExpressionTree expression,
InternalSyntaxToken closeParenthesis,
StatementTree statement) |
ForObjectStatementTree |
TreeFactory.forOfStatement(InternalSyntaxToken forToken,
com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> awaitToken,
InternalSyntaxToken openParenthesis,
Tree variableOrExpression,
InternalSyntaxToken ofToken,
ExpressionTree expression,
InternalSyntaxToken closeParenthesis,
StatementTree statement) |
| Modifier and Type | Class and Description |
|---|---|
class |
ForObjectStatementTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
SymbolVisitor.visitForObjectStatement(ForObjectStatementTree tree) |
void |
ScopeVisitor.visitForObjectStatement(ForObjectStatementTree tree) |
void |
HoistedSymbolVisitor.visitForObjectStatement(ForObjectStatementTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeVisitor.visitForObjectStatement(ForObjectStatementTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitForObjectStatement(ForObjectStatementTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.