| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.declaration | |
| org.sonar.javascript.tree.symbols | |
| org.sonar.plugins.javascript.api.tree.declaration |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
SpecifierTree |
JavaScriptGrammar.EXPORT_SPECIFIER() |
SpecifierTree |
TreeFactory.exportSpecifier(IdentifierTree name) |
SpecifierTree |
TreeFactory.exportSpecifier(IdentifierTree name1,
InternalSyntaxToken asToken,
IdentifierTree name2) |
SpecifierTree |
JavaScriptGrammar.IMPORT_SPECIFIER() |
SpecifierTree |
TreeFactory.importSpecifier(IdentifierTree name) |
SpecifierTree |
JavaScriptGrammar.NAMESPACE_IMPORT() |
SpecifierTree |
TreeFactory.nameSpaceImport(InternalSyntaxToken starToken,
InternalSyntaxToken asToken,
IdentifierTree localName) |
SpecifierTree |
TreeFactory.newImportSpecifier(IdentifierTree name,
InternalSyntaxToken asToken,
IdentifierTree identifier) |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<SpecifierTree> |
JavaScriptGrammar.EXPORT_LIST_BODY() |
SeparatedList<SpecifierTree> |
TreeFactory.exportListBody(SpecifierTree specifier,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,SpecifierTree>>> restSpecifier,
com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> trailingComma) |
SeparatedList<SpecifierTree> |
TreeFactory.newImportSpecifierList(SpecifierTree specifier,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,SpecifierTree>>> restSpecifier,
com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> trailingComma) |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<SpecifierTree> |
TreeFactory.exportListBody(SpecifierTree specifier,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,SpecifierTree>>> restSpecifier,
com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> trailingComma) |
SeparatedList<SpecifierTree> |
TreeFactory.newImportSpecifierList(SpecifierTree specifier,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,SpecifierTree>>> restSpecifier,
com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> trailingComma) |
| Modifier and Type | Method and Description |
|---|---|
SpecifierListTree |
TreeFactory.exportList(InternalSyntaxToken openCurlyBraceToken,
com.sonar.sslr.api.typed.Optional<SeparatedList<SpecifierTree>> specifierList,
InternalSyntaxToken closeCurlyBraceToken) |
SeparatedList<SpecifierTree> |
TreeFactory.exportListBody(SpecifierTree specifier,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,SpecifierTree>>> restSpecifier,
com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> trailingComma) |
SpecifierListTree |
TreeFactory.importList(InternalSyntaxToken openCurlyBraceToken,
com.sonar.sslr.api.typed.Optional<SeparatedList<SpecifierTree>> specifierList,
InternalSyntaxToken closeCurlyBraceToken) |
SeparatedList<SpecifierTree> |
TreeFactory.newImportSpecifierList(SpecifierTree specifier,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,SpecifierTree>>> restSpecifier,
com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> trailingComma) |
| Modifier and Type | Class and Description |
|---|---|
class |
NameSpaceSpecifierTreeImpl |
class |
SpecifierTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<SpecifierTree> |
SpecifierListTreeImpl.specifiers() |
| Constructor and Description |
|---|
SpecifierListTreeImpl(Tree.Kind kind,
InternalSyntaxToken openCurlyBraceToken,
SeparatedList<SpecifierTree> specifiers,
InternalSyntaxToken closeCurlyBraceToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
HoistedSymbolVisitor.visitSpecifier(SpecifierTree tree) |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<SpecifierTree> |
SpecifierListTree.specifiers() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitSpecifier(SpecifierTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.