| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.declaration | |
| org.sonar.plugins.javascript.api.tree |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| org.sonar.plugins.javascript.api.tree.declaration |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| org.sonar.plugins.javascript.api.tree.expression |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| Modifier and Type | Method and Description |
|---|---|
DeclarationTree |
JavaScriptGrammar.IMPORT_DECLARATION() |
| Modifier and Type | Method and Description |
|---|---|
ImportClauseTreeImpl |
TreeFactory.importClause(DeclarationTree importTree) |
| Modifier and Type | Method and Description |
|---|---|
ImportClauseTreeImpl |
TreeFactory.defaultImport(IdentifierTreeImpl identifierTree,
com.sonar.sslr.api.typed.Optional<TreeFactory.Tuple<InternalSyntaxToken,DeclarationTree>> namedImport) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayBindingPatternTreeImpl |
class |
BindingPropertyTreeImpl |
class |
DefaultExportDeclarationTreeImpl |
class |
FromClauseTreeImpl |
class |
ImportClauseTreeImpl |
class |
ImportDeclarationTreeImpl |
class |
ImportModuleDeclarationTreeImpl |
class |
ModuleTreeImpl |
class |
NamedExportDeclarationTreeImpl |
class |
NameSpaceExportDeclarationTreeImpl |
class |
NameSpaceSpecifierTreeImpl |
class |
ParameterListTreeImpl |
class |
SpecifierListTreeImpl |
class |
SpecifierTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
DeclarationTree |
ImportDeclarationTreeImpl.importClause() |
DeclarationTree |
ImportClauseTreeImpl.namedImport() |
| Constructor and Description |
|---|
ImportClauseTreeImpl(DeclarationTree namedImport) |
ImportClauseTreeImpl(IdentifierTree defaultImport,
InternalSyntaxToken commaToken,
DeclarationTree namedImport) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModuleTree
Interface for type Module.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArrayBindingPatternTree
Common interface for all types of
Array Binding Pattern
(ES6)
|
interface |
BindingPropertyTree
|
interface |
DefaultExportDeclarationTree
|
interface |
ExportDeclarationTree
|
interface |
FromClauseTree
From Clause
(ES6).
|
interface |
ImportClauseTree
Import Clause
(ES6).
|
interface |
ImportDeclarationTree
Interface for types Named and Default Imports
(ES6).
|
interface |
ImportModuleDeclarationTree
|
interface |
NamedExportDeclarationTree
|
interface |
NameSpaceExportDeclarationTree
|
interface |
ParameterListTree
|
interface |
SpecifierListTree
Interface for Export Clause
(ES6).
|
interface |
SpecifierTree
|
| Modifier and Type | Method and Description |
|---|---|
DeclarationTree |
ImportDeclarationTree.importClause() |
DeclarationTree |
ImportClauseTree.namedImport() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LexicalDeclarationTree
|
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.