| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.declaration | |
| org.sonar.plugins.javascript.api.tree.declaration |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
SpecifierListTree |
JavaScriptGrammar.IMPORT_LIST() |
| Modifier and Type | Class and Description |
|---|---|
class |
SpecifierListTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
SpecifierListTree |
ExportClauseTreeImpl.exports() |
| Modifier and Type | Method and Description |
|---|---|
SpecifierListTree |
ExportClauseTree.exports() |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeVisitor.visitSpecifierList(SpecifierListTree tree) |
void |
BaseTreeVisitor.visitSpecifierList(SpecifierListTree tree) |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.