| 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 |
AccessorMethodDeclarationTreeImpl |
class |
ArrayBindingPatternTreeImpl |
class |
BindingPropertyTreeImpl |
class |
DefaultExportDeclarationTreeImpl |
class |
ExportClauseTreeImpl |
class |
FromClauseTreeImpl |
class |
GeneratorMethodDeclarationTreeImpl |
class |
ImportClauseTreeImpl |
class |
ImportDeclarationTreeImpl |
class |
ImportModuleDeclarationTreeImpl |
class |
MethodDeclarationTreeImpl |
class |
ModuleTreeImpl |
class |
NamedExportDeclarationTreeImpl |
class |
NameSpaceExportDeclarationTreeImpl |
class |
NameSpaceSpecifierTreeImpl |
class |
ObjectBindingPatternTreeImpl |
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 |
LexicalDeclarationTree
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved. |