Uses of Interface
org.sonar.plugins.java.api.tree.ImportClauseTree
Packages that use ImportClauseTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of ImportClauseTree in org.sonar.java.model
Classes in org.sonar.java.model that implement ImportClauseTreeMethods in org.sonar.java.model that return types with arguments of type ImportClauseTreeConstructor parameters in org.sonar.java.model with type arguments of type ImportClauseTreeModifierConstructorDescriptionCompilationUnitTreeImpl(PackageDeclarationTree packageDeclaration, List<ImportClauseTree> imports, List<Tree> types, ModuleDeclarationTree moduleDeclaration, SyntaxToken eofToken) -
Uses of ImportClauseTree in org.sonar.java.model.statement
Classes in org.sonar.java.model.statement that implement ImportClauseTree -
Uses of ImportClauseTree in org.sonar.plugins.java.api.tree
Subinterfaces of ImportClauseTree in org.sonar.plugins.java.api.treeModifier and TypeInterfaceDescriptioninterfaceEmpty statement.interfaceImport declaration.Methods in org.sonar.plugins.java.api.tree that return types with arguments of type ImportClauseTree