| 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 |
ExportDefaultBindingWithExportListImpl.exportList() |
SpecifierListTree |
ExportClauseTreeImpl.exports() |
| Constructor and Description |
|---|
ExportDefaultBindingWithExportListImpl(IdentifierTree exportedDefaultIdentifier,
SyntaxToken commaToken,
SpecifierListTree exportList,
FromClauseTree fromClause,
SyntaxToken semicolonToken) |
| Modifier and Type | Method and Description |
|---|---|
SpecifierListTree |
ExportDefaultBindingWithExportList.exportList() |
SpecifierListTree |
ExportClauseTree.exports() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitSpecifierList(SpecifierListTree tree) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.