| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.statement | |
| org.sonar.plugins.javascript.api.tree.statement |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
ElseClauseTree |
JavaScriptGrammar.ELSE_CLAUSE() |
ElseClauseTree |
TreeFactory.elseClause(InternalSyntaxToken elseToken,
StatementTree statement) |
| Modifier and Type | Method and Description |
|---|---|
IfStatementTree |
TreeFactory.ifStatement(InternalSyntaxToken ifToken,
InternalSyntaxToken openParenToken,
ExpressionTree condition,
InternalSyntaxToken closeParenToken,
StatementTree statement,
com.sonar.sslr.api.typed.Optional<ElseClauseTree> elseClause) |
| Modifier and Type | Class and Description |
|---|---|
class |
ElseClauseTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
ElseClauseTree |
IfStatementTreeImpl.elseClause() |
| Constructor and Description |
|---|
IfStatementTreeImpl(InternalSyntaxToken ifKeyword,
InternalSyntaxToken openParenthesis,
ExpressionTree condition,
InternalSyntaxToken closeParenthesis,
StatementTree statement,
ElseClauseTree elseClause) |
| Modifier and Type | Method and Description |
|---|---|
ElseClauseTree |
IfStatementTree.elseClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitElseClause(ElseClauseTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.