Uses of Interface
org.sonar.plugins.javascript.api.tree.declaration.SpecifierTree
-
Packages that use SpecifierTree 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 -
-
Uses of SpecifierTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return SpecifierTree Modifier and Type Method Description SpecifierTreeJavaScriptGrammar. EXPORT_SPECIFIER()SpecifierTreeTreeFactory. exportSpecifier(IdentifierTree name)SpecifierTreeTreeFactory. exportSpecifier(IdentifierTree name1, InternalSyntaxToken asToken, IdentifierTree name2)SpecifierTreeJavaScriptGrammar. IMPORT_SPECIFIER()SpecifierTreeTreeFactory. importSpecifier(InternalSyntaxToken typeToken, IdentifierTree name)SpecifierTreeTreeFactory. importSpecifier(InternalSyntaxToken typeToken, IdentifierTree name, InternalSyntaxToken asToken, IdentifierTree identifier)SpecifierTreeTreeFactory. importSpecifier(IdentifierTree name)SpecifierTreeTreeFactory. importSpecifier(IdentifierTree name, InternalSyntaxToken asToken, IdentifierTree identifier)Methods in org.sonar.javascript.parser that return types with arguments of type SpecifierTree Modifier and Type Method 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)Methods in org.sonar.javascript.parser with parameters of type SpecifierTree Modifier and Type Method 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)Method parameters in org.sonar.javascript.parser with type arguments of type SpecifierTree Modifier and Type Method Description NamedImportExportClauseTreeTreeFactory. 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)NamedImportExportClauseTreeTreeFactory. namedImports(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) -
Uses of SpecifierTree in org.sonar.javascript.tree.impl.declaration
Classes in org.sonar.javascript.tree.impl.declaration that implement SpecifierTree Modifier and Type Class Description classSpecifierTreeImplMethods in org.sonar.javascript.tree.impl.declaration that return types with arguments of type SpecifierTree Modifier and Type Method Description SeparatedList<SpecifierTree>NamedImportExportClauseTreeImpl. specifiers()Constructor parameters in org.sonar.javascript.tree.impl.declaration with type arguments of type SpecifierTree Constructor Description NamedImportExportClauseTreeImpl(Tree.Kind kind, InternalSyntaxToken openCurlyBraceToken, SeparatedList<SpecifierTree> specifiers, InternalSyntaxToken closeCurlyBraceToken) -
Uses of SpecifierTree in org.sonar.javascript.tree.symbols
Methods in org.sonar.javascript.tree.symbols with parameters of type SpecifierTree Modifier and Type Method Description voidHoistedSymbolVisitor. visitSpecifier(SpecifierTree tree) -
Uses of SpecifierTree in org.sonar.plugins.javascript.api.tree.declaration
Methods in org.sonar.plugins.javascript.api.tree.declaration that return types with arguments of type SpecifierTree Modifier and Type Method Description SeparatedList<SpecifierTree>NamedImportExportClauseTree. specifiers() -
Uses of SpecifierTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type SpecifierTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitSpecifier(SpecifierTree tree)
-