| Package | Description |
|---|---|
| org.sonar.javascript.tree.impl.declaration | |
| org.sonar.javascript.tree.symbols.type | |
| org.sonar.plugins.javascript.api.tree.expression |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Class and Description |
|---|---|
class |
InitializedBindingElementTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeVisitor.visitInitializedBindingElement(InitializedBindingElementTree tree) |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<InitializedBindingElementTree> |
LexicalDeclarationTree.bindingList() |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeVisitor.visitInitializedBindingElement(InitializedBindingElementTree tree) |
void |
BaseTreeVisitor.visitInitializedBindingElement(InitializedBindingElementTree tree) |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.