| 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 | Class and Description |
|---|---|
class |
ArrayBindingPatternTreeImpl |
class |
BindingPropertyTreeImpl |
class |
DefaultExportDeclarationTreeImpl |
class |
ImportDeclarationTreeImpl |
class |
ImportModuleDeclarationTreeImpl |
class |
ModuleTreeImpl |
class |
NamedExportDeclarationTreeImpl |
class |
NameSpaceExportDeclarationTreeImpl |
| 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 |
ImportDeclarationTree
|
interface |
ImportModuleDeclarationTree
|
interface |
NamedExportDeclarationTree
|
interface |
NameSpaceExportDeclarationTree |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LexicalDeclarationTree
|
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.