| Package | Description |
|---|---|
| org.sonar.javascript.ast.parser | |
| org.sonar.javascript.model.internal.declaration | |
| org.sonar.javascript.parser |
| Modifier and Type | Method and Description |
|---|---|
FromClauseTreeImpl |
TreeFactory.fromClause(com.sonar.sslr.api.AstNode fromToken,
LiteralTreeImpl module) |
| 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) |
NameSpaceExportDeclarationTree |
TreeFactory.namespaceExportDeclaration(com.sonar.sslr.api.AstNode exportToken,
com.sonar.sslr.api.AstNode starToken,
FromClauseTreeImpl fromClause,
com.sonar.sslr.api.AstNode eos) |
| Modifier and Type | Method and Description |
|---|---|
ExportClauseTreeImpl |
TreeFactory.exportClause(SpecifierListTreeImpl exportList,
Optional<FromClauseTreeImpl> fromClause,
com.sonar.sslr.api.AstNode eos) |
| Constructor and Description |
|---|
ExportClauseTreeImpl(SpecifierListTreeImpl exports,
FromClauseTreeImpl fromClause,
com.sonar.sslr.api.AstNode eos) |
ImportDeclarationTreeImpl(InternalSyntaxToken importToken,
ImportClauseTreeImpl importClause,
FromClauseTreeImpl fromClause,
com.sonar.sslr.api.AstNode eos) |
NameSpaceExportDeclarationTreeImpl(InternalSyntaxToken exportToken,
InternalSyntaxToken starToken,
FromClauseTreeImpl fromClause,
com.sonar.sslr.api.AstNode eos) |
| Modifier and Type | Method and Description |
|---|---|
FromClauseTreeImpl |
ActionGrammar.FROM_CLAUSE()
A.5 Declarations
|
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.