| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.declaration |
| Modifier and Type | Method and Description |
|---|---|
SpecifierTreeImpl |
TreeFactory.completeExportSpecifier(IdentifierTreeImpl name,
com.sonar.sslr.api.typed.Optional<SpecifierTreeImpl> localName) |
SpecifierTreeImpl |
JavaScriptGrammar.EXPORT_SPECIFIER() |
SpecifierTreeImpl |
TreeFactory.exportSpecifier(IdentifierTreeImpl name) |
SpecifierTreeImpl |
TreeFactory.exportSpecifier(IdentifierTreeImpl name1,
InternalSyntaxToken asToken,
IdentifierTreeImpl name2) |
SpecifierTreeImpl |
JavaScriptGrammar.IMPORT_SPECIFIER() |
SpecifierTreeImpl |
TreeFactory.importSpecifier(IdentifierTreeImpl name) |
SpecifierTreeImpl |
TreeFactory.newImportSpecifier(IdentifierTreeImpl name,
InternalSyntaxToken asToken,
IdentifierTreeImpl identifier) |
| Modifier and Type | Method and Description |
|---|---|
SpecifierListTreeImpl |
TreeFactory.newExportSpecifierList(SpecifierTreeImpl specifier,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,SpecifierTreeImpl>>> restSpecifier,
com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> trailingComma) |
SpecifierListTreeImpl |
TreeFactory.newImportSpecifierList(SpecifierTreeImpl specifier,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,SpecifierTreeImpl>>> restSpecifier,
com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> trailingComma) |
| Modifier and Type | Method and Description |
|---|---|
SpecifierTreeImpl |
TreeFactory.completeExportSpecifier(IdentifierTreeImpl name,
com.sonar.sslr.api.typed.Optional<SpecifierTreeImpl> localName) |
SpecifierListTreeImpl |
TreeFactory.newExportSpecifierList(SpecifierTreeImpl specifier,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,SpecifierTreeImpl>>> restSpecifier,
com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> trailingComma) |
SpecifierListTreeImpl |
TreeFactory.newImportSpecifierList(SpecifierTreeImpl specifier,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,SpecifierTreeImpl>>> restSpecifier,
com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> trailingComma) |
| Modifier and Type | Method and Description |
|---|---|
SpecifierTreeImpl |
SpecifierTreeImpl.complete(IdentifierTreeImpl name) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.