| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.declaration | |
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
NameSpaceExportDeclarationTree |
JavaScriptGrammar.NAMESPACE_EXPORT_DECLARATION() |
NameSpaceExportDeclarationTree |
TreeFactory.namespaceExportDeclaration(InternalSyntaxToken exportToken,
InternalSyntaxToken starToken,
com.sonar.sslr.api.typed.Optional<TreeFactory.Tuple<InternalSyntaxToken,IdentifierTreeImpl>> nameSpaceExport,
FromClauseTreeImpl fromClause,
Tree semicolonToken) |
| Modifier and Type | Class and Description |
|---|---|
class |
NameSpaceExportDeclarationTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitNameSpaceExportDeclaration(NameSpaceExportDeclarationTree tree) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.