Uses of Interface
org.sonar.plugins.javascript.api.tree.declaration.ImportSubClauseTree
-
Packages that use ImportSubClauseTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.declaration org.sonar.javascript.tree.impl.expression org.sonar.plugins.javascript.api.tree.declaration Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).org.sonar.plugins.javascript.api.tree.expression Provides interfaces to represent JavaScript source code as abstract syntax trees (AST). -
-
Uses of ImportSubClauseTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser with parameters of type ImportSubClauseTree Modifier and Type Method Description ImportClauseTreeTreeFactory. importClause(ImportSubClauseTree firstSubClause)ImportClauseTreeTreeFactory. importClauseWithTwoParts(IdentifierTree identifierTree, InternalSyntaxToken commaToken, ImportSubClauseTree secondSubClause) -
Uses of ImportSubClauseTree in org.sonar.javascript.tree.impl.declaration
Classes in org.sonar.javascript.tree.impl.declaration that implement ImportSubClauseTree Modifier and Type Class Description classNamedImportExportClauseTreeImplclassNameSpaceImportTreeImplMethods in org.sonar.javascript.tree.impl.declaration that return ImportSubClauseTree Modifier and Type Method Description ImportSubClauseTreeImportClauseTreeImpl. firstSubClause()ImportSubClauseTreeImportClauseTreeImpl. secondSubClause()Constructors in org.sonar.javascript.tree.impl.declaration with parameters of type ImportSubClauseTree Constructor Description ImportClauseTreeImpl(ImportSubClauseTree firstSubClause)ImportClauseTreeImpl(ImportSubClauseTree firstSubClause, SyntaxToken commaToken, ImportSubClauseTree secondSubClause) -
Uses of ImportSubClauseTree in org.sonar.javascript.tree.impl.expression
Classes in org.sonar.javascript.tree.impl.expression that implement ImportSubClauseTree Modifier and Type Class Description classIdentifierTreeImpl -
Uses of ImportSubClauseTree in org.sonar.plugins.javascript.api.tree.declaration
Subinterfaces of ImportSubClauseTree in org.sonar.plugins.javascript.api.tree.declaration Modifier and Type Interface Description interfaceNamedImportExportClauseTreeinterfaceNameSpaceImportTreeMethods in org.sonar.plugins.javascript.api.tree.declaration that return ImportSubClauseTree Modifier and Type Method Description ImportSubClauseTreeImportClauseTree. firstSubClause()ImportSubClauseTreeImportClauseTree. secondSubClause() -
Uses of ImportSubClauseTree in org.sonar.plugins.javascript.api.tree.expression
Subinterfaces of ImportSubClauseTree in org.sonar.plugins.javascript.api.tree.expression Modifier and Type Interface Description interfaceIdentifierTree
-