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