Uses of Interface
org.sonar.plugins.java.api.tree.ImportTree
-
Packages that use ImportTree Package Description org.sonar.java.ast.visitors org.sonar.java.model org.sonar.java.resolve org.sonar.plugins.java.api.tree 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 Modifier and Type Method Description voidSonarSymbolTableVisitor. visitImport(ImportTree tree) -
Uses of ImportTree in org.sonar.java.model
Classes in org.sonar.java.model that implement ImportTree Modifier and Type Class Description static classJavaTree.ImportTreeImpl -
Uses of ImportTree in org.sonar.java.resolve
Methods in org.sonar.java.resolve with parameters of type ImportTree Modifier and Type Method Description voidTypeAndReferenceSolver. visitImport(ImportTree tree) -
Uses of ImportTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type ImportTree Modifier and Type Method Description voidBaseTreeVisitor. visitImport(ImportTree tree)voidTreeVisitor. visitImport(ImportTree tree)
-