| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.declaration | |
| org.sonar.javascript.tree.impl.expression | |
| 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 |
|---|---|
ImportClauseTree |
TreeFactory.importClause(ImportSubClauseTree firstSubClause) |
ImportClauseTree |
TreeFactory.importClauseWithTwoParts(IdentifierTree identifierTree,
InternalSyntaxToken commaToken,
ImportSubClauseTree secondSubClause) |
| Modifier and Type | Class and Description |
|---|---|
class |
NamedImportExportClauseTreeImpl |
class |
NameSpaceImportTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
ImportSubClauseTree |
ImportClauseTreeImpl.firstSubClause() |
ImportSubClauseTree |
ImportClauseTreeImpl.secondSubClause() |
| Constructor and Description |
|---|
ImportClauseTreeImpl(ImportSubClauseTree firstSubClause) |
ImportClauseTreeImpl(ImportSubClauseTree firstSubClause,
SyntaxToken commaToken,
ImportSubClauseTree secondSubClause) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentifierTreeImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NamedImportExportClauseTree
|
interface |
NameSpaceImportTree
|
| Modifier and Type | Method and Description |
|---|---|
ImportSubClauseTree |
ImportClauseTree.firstSubClause() |
ImportSubClauseTree |
ImportClauseTree.secondSubClause() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IdentifierTree
|
Copyright © 2011–2018 SonarSource and Eriks Nukis. All rights reserved.