Uses of Interface
org.sonar.plugins.java.api.tree.ModuleDirectiveTree
-
Packages that use ModuleDirectiveTree Package Description org.sonar.java.ast.parser org.sonar.java.model.declaration org.sonar.plugins.java.api.tree Provides interfaces to represent Java source code as syntax tree. -
-
Uses of ModuleDirectiveTree in org.sonar.java.ast.parser
-
Uses of ModuleDirectiveTree in org.sonar.java.model.declaration
Classes in org.sonar.java.model.declaration that implement ModuleDirectiveTree Modifier and Type Class Description class
ExportsDirectiveTreeImpl
class
ModuleDirectiveTreeImpl
class
OpensDirectiveTreeImpl
class
ProvidesDirectiveTreeImpl
class
RequiresDirectiveTreeImpl
class
UsesDirectiveTreeImpl
Methods in org.sonar.java.model.declaration that return types with arguments of type ModuleDirectiveTree Modifier and Type Method Description List<ModuleDirectiveTree>
ModuleDeclarationTreeImpl. moduleDirectives()
-
Uses of ModuleDirectiveTree in org.sonar.plugins.java.api.tree
Subinterfaces of ModuleDirectiveTree in org.sonar.plugins.java.api.tree Modifier and Type Interface Description interface
ExportsDirectiveTree
The 'exports' directive from java 9 module directives JLS9 - §7.7.2interface
OpensDirectiveTree
The 'opens' directive from java 9 module directives JLS9 - §7.7.2interface
ProvidesDirectiveTree
The 'provides' directive from java 9 module directives JLS9 - §7.7.4interface
RequiresDirectiveTree
The 'requires' directive from java 9 module directives JLS9 - §7.7.1interface
UsesDirectiveTree
The 'uses' directive from java 9 module directives JLS9 - §7.7.3Methods in org.sonar.plugins.java.api.tree that return types with arguments of type ModuleDirectiveTree Modifier and Type Method Description List<ModuleDirectiveTree>
ModuleDeclarationTree. moduleDirectives()
-