Uses of Interface
org.sonar.plugins.javascript.api.tree.declaration.NamedImportExportClauseTree
-
Packages that use NamedImportExportClauseTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.declaration 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 NamedImportExportClauseTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return NamedImportExportClauseTree Modifier and Type Method Description NamedImportExportClauseTreeJavaScriptGrammar. EXPORT_LIST()NamedImportExportClauseTreeTreeFactory. exportList(InternalSyntaxToken openCurlyBraceToken, com.sonar.sslr.api.typed.Optional<SeparatedList<SpecifierTree>> specifierList, InternalSyntaxToken closeCurlyBraceToken)NamedImportExportClauseTreeJavaScriptGrammar. NAMED_IMPORTS()NamedImportExportClauseTreeTreeFactory. namedImports(InternalSyntaxToken openCurlyBraceToken, com.sonar.sslr.api.typed.Optional<SeparatedList<SpecifierTree>> specifierList, InternalSyntaxToken closeCurlyBraceToken)Methods in org.sonar.javascript.parser with parameters of type NamedImportExportClauseTree Modifier and Type Method Description ExportClauseTreeTreeFactory. exportClause(com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> flowTypeKeywordToken, NamedImportExportClauseTree exportList, com.sonar.sslr.api.typed.Optional<FromClauseTree> fromClause, Tree semicolonToken)ExportDefaultBindingWithExportListTreeFactory. exportDefaultBindingWithExportList(IdentifierTree identifierTree, InternalSyntaxToken commaToken, NamedImportExportClauseTree namedImportsTree, FromClauseTree fromClauseTree, Tree semicolon) -
Uses of NamedImportExportClauseTree in org.sonar.javascript.tree.impl.declaration
Classes in org.sonar.javascript.tree.impl.declaration that implement NamedImportExportClauseTree Modifier and Type Class Description classNamedImportExportClauseTreeImplMethods in org.sonar.javascript.tree.impl.declaration that return NamedImportExportClauseTree Modifier and Type Method Description NamedImportExportClauseTreeExportDefaultBindingWithExportListImpl. exportList()NamedImportExportClauseTreeExportClauseTreeImpl. exports()Constructors in org.sonar.javascript.tree.impl.declaration with parameters of type NamedImportExportClauseTree Constructor Description ExportClauseTreeImpl(SyntaxToken flowTypeToken, NamedImportExportClauseTree exports, FromClauseTree fromClause, SyntaxToken semicolonToken)ExportDefaultBindingWithExportListImpl(IdentifierTree exportedDefaultIdentifier, SyntaxToken commaToken, NamedImportExportClauseTree exportList, FromClauseTree fromClause, SyntaxToken semicolonToken) -
Uses of NamedImportExportClauseTree in org.sonar.plugins.javascript.api.tree.declaration
Methods in org.sonar.plugins.javascript.api.tree.declaration that return NamedImportExportClauseTree Modifier and Type Method Description NamedImportExportClauseTreeExportDefaultBindingWithExportList. exportList()NamedImportExportClauseTreeExportClauseTree. exports() -
Uses of NamedImportExportClauseTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type NamedImportExportClauseTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitNamedImportExportClause(NamedImportExportClauseTree tree)
-