| Package | Description |
|---|---|
| org.sonar.javascript.parser |
| Modifier and Type | Method and Description |
|---|---|
ForStatementTreeImpl |
JavaScriptGrammar.FOR_STATEMENT() |
ForStatementTreeImpl |
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) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.