Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.ImportTree
-
Packages that use ImportTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.expression org.sonar.plugins.javascript.api.visitors -
-
Uses of ImportTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return ImportTree Modifier and Type Method Description ImportTreeJavaScriptGrammar. IMPORT()ImportTreeTreeFactory. importExpression(InternalSyntaxToken importToken) -
Uses of ImportTree in org.sonar.javascript.tree.impl.expression
Classes in org.sonar.javascript.tree.impl.expression that implement ImportTree Modifier and Type Class Description classImportTreeImpl -
Uses of ImportTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type ImportTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitImport(ImportTree tree)
-