| Package | Description |
|---|---|
| org.sonar.javascript.metrics |
Provides visitor for JavaScript metric computation
|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.statement | |
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexityVisitor.visitIfStatement(IfStatementTree tree) |
| Modifier and Type | Method and Description |
|---|---|
IfStatementTree |
JavaScriptGrammar.IF_STATEMENT() |
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 |
IfStatementTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitIfStatement(IfStatementTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.