Uses of Interface
org.sonar.plugins.java.api.tree.PackageDeclarationTree
Packages that use PackageDeclarationTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of PackageDeclarationTree in org.sonar.java.model
Classes in org.sonar.java.model that implement PackageDeclarationTreeMethods in org.sonar.java.model that return PackageDeclarationTreeMethods in org.sonar.java.model with parameters of type PackageDeclarationTreeModifier and TypeMethodDescriptionstatic String
PackageUtils.packageName
(PackageDeclarationTree packageDeclarationTree, String separator) static String
JavaTree.PackageDeclarationTreeImpl.packageNameAsString
(PackageDeclarationTree tree) Constructors in org.sonar.java.model with parameters of type PackageDeclarationTreeModifierConstructorDescriptionCompilationUnitTreeImpl
(PackageDeclarationTree packageDeclaration, List<ImportClauseTree> imports, List<Tree> types, ModuleDeclarationTree moduleDeclaration, SyntaxToken eofToken) -
Uses of PackageDeclarationTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree that return PackageDeclarationTreeMethods in org.sonar.plugins.java.api.tree with parameters of type PackageDeclarationTreeModifier and TypeMethodDescriptionvoid
BaseTreeVisitor.visitPackage
(PackageDeclarationTree tree) void
TreeVisitor.visitPackage
(PackageDeclarationTree tree)