| 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 |
|---|---|
NamedImportExportClauseTree |
JavaScriptGrammar.EXPORT_LIST() |
NamedImportExportClauseTree |
TreeFactory.exportList(InternalSyntaxToken openCurlyBraceToken,
com.sonar.sslr.api.typed.Optional<SeparatedList<SpecifierTree>> specifierList,
InternalSyntaxToken closeCurlyBraceToken) |
NamedImportExportClauseTree |
JavaScriptGrammar.NAMED_IMPORTS() |
NamedImportExportClauseTree |
TreeFactory.namedImports(InternalSyntaxToken openCurlyBraceToken,
com.sonar.sslr.api.typed.Optional<SeparatedList<SpecifierTree>> specifierList,
InternalSyntaxToken closeCurlyBraceToken) |
| Modifier and Type | Method and Description |
|---|---|
ExportClauseTree |
TreeFactory.exportClause(com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> flowTypeKeywordToken,
NamedImportExportClauseTree exportList,
com.sonar.sslr.api.typed.Optional<FromClauseTree> fromClause,
Tree semicolonToken) |
ExportDefaultBindingWithExportList |
TreeFactory.exportDefaultBindingWithExportList(IdentifierTree identifierTree,
InternalSyntaxToken commaToken,
NamedImportExportClauseTree namedImportsTree,
FromClauseTree fromClauseTree,
Tree semicolon) |
| Modifier and Type | Class and Description |
|---|---|
class |
NamedImportExportClauseTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
NamedImportExportClauseTree |
ExportDefaultBindingWithExportListImpl.exportList() |
NamedImportExportClauseTree |
ExportClauseTreeImpl.exports() |
| Constructor and Description |
|---|
ExportClauseTreeImpl(SyntaxToken flowTypeToken,
NamedImportExportClauseTree exports,
FromClauseTree fromClause,
SyntaxToken semicolonToken) |
ExportDefaultBindingWithExportListImpl(IdentifierTree exportedDefaultIdentifier,
SyntaxToken commaToken,
NamedImportExportClauseTree exportList,
FromClauseTree fromClause,
SyntaxToken semicolonToken) |
| Modifier and Type | Method and Description |
|---|---|
NamedImportExportClauseTree |
ExportDefaultBindingWithExportList.exportList() |
NamedImportExportClauseTree |
ExportClauseTree.exports() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitNamedImportExportClause(NamedImportExportClauseTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.