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.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.ImportTreeImplMethods in org.sonar.java.model with parameters of type ImportTree Modifier and Type Method Description static SymbolJUtils. importTreeSymbol(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)
-