| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.statement | |
| org.sonar.javascript.tree.symbols | |
| 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 |
|---|---|
VariableDeclarationTree |
JavaScriptGrammar.VARIABLE_DECLARATION() |
VariableDeclarationTree |
TreeFactory.variableDeclaration1(InternalSyntaxToken token,
SeparatedList<BindingElementTree> variables) |
| Modifier and Type | Method and Description |
|---|---|
VariableStatementTree |
TreeFactory.variableStatement(VariableDeclarationTree declaration,
Tree semicolonToken) |
| Modifier and Type | Class and Description |
|---|---|
class |
VariableDeclarationTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
VariableDeclarationTree |
VariableStatementTreeImpl.declaration() |
| Constructor and Description |
|---|
VariableStatementTreeImpl(VariableDeclarationTree declaration,
SyntaxToken semicolonToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
SymbolVisitor.visitVariableDeclaration(VariableDeclarationTree tree) |
void |
HoistedSymbolVisitor.visitVariableDeclaration(VariableDeclarationTree tree) |
| Modifier and Type | Method and Description |
|---|---|
VariableDeclarationTree |
VariableStatementTree.declaration() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitVariableDeclaration(VariableDeclarationTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.