| Package | Description |
|---|---|
| org.sonar.javascript.ast.parser | |
| org.sonar.javascript.model.internal.statement | |
| org.sonar.javascript.parser |
| Modifier and Type | Method and Description |
|---|---|
ElseClauseTreeImpl |
TreeFactory.elseClause(com.sonar.sslr.api.AstNode elseToken,
StatementTree statement) |
| Modifier and Type | Method and Description |
|---|---|
IfStatementTreeImpl |
TreeFactory.ifStatement(com.sonar.sslr.api.AstNode ifToken,
com.sonar.sslr.api.AstNode openParenToken,
ExpressionTree condition,
com.sonar.sslr.api.AstNode closeParenToken,
StatementTree statement,
Optional<ElseClauseTreeImpl> elseClause) |
| Constructor and Description |
|---|
IfStatementTreeImpl(InternalSyntaxToken ifKeyword,
InternalSyntaxToken openParenthesis,
ExpressionTree condition,
InternalSyntaxToken closeParenthesis,
StatementTree statement,
ElseClauseTreeImpl elseClause) |
| Modifier and Type | Method and Description |
|---|---|
ElseClauseTreeImpl |
ActionGrammar.ELSE_CLAUSE() |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.