Package org.sonar.plugins.java.api.tree
Interface ModuleDirectiveTree
-
- All Superinterfaces:
Tree
- All Known Subinterfaces:
ExportsDirectiveTree
,OpensDirectiveTree
,ProvidesDirectiveTree
,RequiresDirectiveTree
,UsesDirectiveTree
- All Known Implementing Classes:
ExportsDirectiveTreeImpl
,ModuleDirectiveTreeImpl
,OpensDirectiveTreeImpl
,ProvidesDirectiveTreeImpl
,RequiresDirectiveTreeImpl
,SimpleModuleDirectiveTreeImpl
,UsesDirectiveTreeImpl
@Beta public interface ModuleDirectiveTree extends Tree
Common interface for all the module directives JLS9 - ยง7.7- Since:
- Java 9
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxToken
directiveKeyword()
SyntaxToken
semicolonToken()
-
-
-
Method Detail
-
directiveKeyword
SyntaxToken directiveKeyword()
-
semicolonToken
SyntaxToken semicolonToken()
-
-