| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.declaration | |
| org.sonar.javascript.tree.symbols | |
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
ImportClauseTree |
TreeFactory.defaultImport(IdentifierTree identifierTree,
com.sonar.sslr.api.typed.Optional<TreeFactory.Tuple<InternalSyntaxToken,DeclarationTree>> namedImport) |
ImportClauseTree |
JavaScriptGrammar.IMPORT_CLAUSE() |
ImportClauseTree |
TreeFactory.importClause(DeclarationTree importTree) |
| Modifier and Type | Method and Description |
|---|---|
ImportDeclarationTree |
TreeFactory.importDeclaration(InternalSyntaxToken importToken,
ImportClauseTree importClause,
FromClauseTree fromClause,
Tree semicolonToken) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImportClauseTreeImpl |
| Constructor and Description |
|---|
ImportDeclarationTreeImpl(InternalSyntaxToken importToken,
ImportClauseTree importClause,
FromClauseTree fromClause,
SyntaxToken semicolonToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
HoistedSymbolVisitor.visitImportClause(ImportClauseTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitImportClause(ImportClauseTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.