| Package | Description |
|---|---|
| org.sonar.javascript.tree.impl.expression | |
| org.sonar.javascript.tree.impl.statement | |
| org.sonar.plugins.javascript.api.tree.expression |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| org.sonar.plugins.javascript.api.tree.statement |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConditionalExpressionTreeImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
DoWhileStatementTreeImpl |
class |
ForStatementTreeImpl |
class |
IfStatementTreeImpl |
class |
WhileStatementTreeImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConditionalExpressionTree
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DoWhileStatementTree
|
interface |
ForStatementTree
|
interface |
IfStatementTree
|
interface |
WhileStatementTree
|
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.