Interface ModuleDirectiveTree
- All Superinterfaces:
Tree
- All Known Subinterfaces:
ExportsDirectiveTree
,OpensDirectiveTree
,ProvidesDirectiveTree
,RequiresDirectiveTree
,UsesDirectiveTree
- All Known Implementing Classes:
ExportsDirectiveTreeImpl
,ModuleDirectiveTreeImpl
,OpensDirectiveTreeImpl
,ProvidesDirectiveTreeImpl
,RequiresDirectiveTreeImpl
,SimpleModuleDirectiveTreeImpl
,UsesDirectiveTreeImpl
Common interface for all the module directives
JLS9 - ยง7.7
- Since:
- Java 9
-
Nested Class Summary
-
Method Summary
-
Method Details
-
directiveKeyword
SyntaxToken directiveKeyword() -
semicolonToken
SyntaxToken semicolonToken()
-