| 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.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexityVisitor.visitForStatement(ForStatementTree tree) |
| Modifier and Type | Method and Description |
|---|---|
ForStatementTree |
JavaScriptGrammar.FOR_STATEMENT() |
ForStatementTree |
TreeFactory.forStatement(InternalSyntaxToken forToken,
InternalSyntaxToken openParenthesis,
com.sonar.sslr.api.typed.Optional<Tree> init,
InternalSyntaxToken firstSemiToken,
com.sonar.sslr.api.typed.Optional<ExpressionTree> condition,
InternalSyntaxToken secondSemiToken,
com.sonar.sslr.api.typed.Optional<ExpressionTree> update,
InternalSyntaxToken closeParenthesis,
StatementTree statement) |
| Modifier and Type | Class and Description |
|---|---|
class |
ForStatementTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
SymbolVisitor.visitForStatement(ForStatementTree tree) |
void |
ScopeVisitor.visitForStatement(ForStatementTree tree) |
void |
HoistedSymbolVisitor.visitForStatement(ForStatementTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitForStatement(ForStatementTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.