Uses of Interface
org.sonar.plugins.java.api.tree.ModuleDeclarationTree
Packages that use ModuleDeclarationTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of ModuleDeclarationTree in org.sonar.java.model
Methods in org.sonar.java.model that return ModuleDeclarationTreeConstructors in org.sonar.java.model with parameters of type ModuleDeclarationTreeModifierConstructorDescriptionCompilationUnitTreeImpl
(PackageDeclarationTree packageDeclaration, List<ImportClauseTree> imports, List<Tree> types, ModuleDeclarationTree moduleDeclaration, SyntaxToken eofToken) -
Uses of ModuleDeclarationTree in org.sonar.java.model.declaration
Classes in org.sonar.java.model.declaration that implement ModuleDeclarationTree -
Uses of ModuleDeclarationTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree that return ModuleDeclarationTreeModifier and TypeMethodDescriptionCompilationUnitTree.moduleDeclaration()
Experimental feature allowing retrieval of java 9 module declaration from 'module-info.java' files.Methods in org.sonar.plugins.java.api.tree with parameters of type ModuleDeclarationTreeModifier and TypeMethodDescriptionvoid
BaseTreeVisitor.visitModule
(ModuleDeclarationTree module) void
TreeVisitor.visitModule
(ModuleDeclarationTree module)