| 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.EXPORT_LIST() |
SpecifierListTree |
TreeFactory.exportList(InternalSyntaxToken openCurlyBraceToken,
com.sonar.sslr.api.typed.Optional<SeparatedList<SpecifierTree>> specifierList,
InternalSyntaxToken closeCurlyBraceToken) |
SpecifierListTree |
JavaScriptGrammar.IMPORT_LIST() |
SpecifierListTree |
TreeFactory.importList(InternalSyntaxToken openCurlyBraceToken,
com.sonar.sslr.api.typed.Optional<SeparatedList<SpecifierTree>> specifierList,
InternalSyntaxToken closeCurlyBraceToken) |
| Modifier and Type | Method and Description |
|---|---|
ExportClauseTree |
TreeFactory.exportClause(SpecifierListTree exportList,
com.sonar.sslr.api.typed.Optional<FromClauseTree> fromClause,
Tree semicolonToken) |
ExportDefaultBindingWithExportList |
TreeFactory.exportDefaultBindingWithExportList(IdentifierTree identifierTree,
InternalSyntaxToken commaToken,
SpecifierListTree specifierListTree,
FromClauseTree fromClauseTree,
Tree semicolon) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpecifierListTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
SpecifierListTree |
ExportDefaultBindingWithExportListImpl.exportList() |
SpecifierListTree |
ExportClauseTreeImpl.exports() |
| Constructor and Description |
|---|
ExportClauseTreeImpl(SpecifierListTree exports,
FromClauseTree fromClause,
SyntaxToken semicolonToken) |
ExportClauseTreeImpl(SpecifierListTree exports,
SyntaxToken semicolonToken) |
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–2017 SonarSource and Eriks Nukis. All rights reserved.