| Package | Description |
|---|---|
| org.sonar.javascript.ast.parser | |
| org.sonar.javascript.model.internal.declaration | |
| org.sonar.javascript.parser |
| Modifier and Type | Method and Description |
|---|---|
ImportClauseTreeImpl |
TreeFactory.defaultImport(IdentifierTreeImpl identifierTree,
Optional<TreeFactory.Tuple<com.sonar.sslr.api.AstNode,DeclarationTree>> namedImport) |
ImportClauseTreeImpl |
TreeFactory.importClause(DeclarationTree importTree) |
| Modifier and Type | Method and Description |
|---|---|
ImportDeclarationTreeImpl |
TreeFactory.importDeclaration(com.sonar.sslr.api.AstNode importToken,
ImportClauseTreeImpl importClause,
FromClauseTreeImpl fromClause,
com.sonar.sslr.api.AstNode eos) |
| Constructor and Description |
|---|
ImportDeclarationTreeImpl(InternalSyntaxToken importToken,
ImportClauseTreeImpl importClause,
FromClauseTreeImpl fromClause,
com.sonar.sslr.api.AstNode eos) |
| Modifier and Type | Method and Description |
|---|---|
ImportClauseTreeImpl |
ActionGrammar.IMPORT_CLAUSE() |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.