Uses of Interface
org.sonar.plugins.java.api.tree.ImportTree
Packages that use ImportTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of ImportTree in org.sonar.java.ast.visitors
Methods in org.sonar.java.ast.visitors with parameters of type ImportTree -
Uses of ImportTree in org.sonar.java.model
Classes in org.sonar.java.model that implement ImportTreeMethods in org.sonar.java.model with parameters of type ImportTree -
Uses of ImportTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type ImportTreeModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitImport(ImportTree tree)voidTreeVisitor.visitImport(ImportTree tree)