Uses of Interface
org.sonar.plugins.java.api.tree.ImportClauseTree
-
Packages that use ImportClauseTree Package Description org.sonar.java.model org.sonar.java.model.statement org.sonar.plugins.java.api.tree 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 ImportClauseTree Modifier and Type Class Description static classJavaTree.ImportTreeImplMethods in org.sonar.java.model that return types with arguments of type ImportClauseTree Modifier and Type Method Description List<ImportClauseTree>JavaTree.CompilationUnitTreeImpl. imports()Constructor parameters in org.sonar.java.model with type arguments of type ImportClauseTree Constructor Description CompilationUnitTreeImpl(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 Modifier and Type Class Description classEmptyStatementTreeImpl -
Uses of ImportClauseTree in org.sonar.plugins.java.api.tree
Subinterfaces of ImportClauseTree in org.sonar.plugins.java.api.tree Modifier and Type Interface Description interfaceEmptyStatementTreeEmpty statement.interfaceImportTreeImport declaration.Methods in org.sonar.plugins.java.api.tree that return types with arguments of type ImportClauseTree Modifier and Type Method Description List<ImportClauseTree>CompilationUnitTree. imports()
-