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,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 SyntaxTokendirectiveKeyword()SyntaxTokensemicolonToken()
-
-
-
Method Detail
-
directiveKeyword
SyntaxToken directiveKeyword()
-
semicolonToken
SyntaxToken semicolonToken()
-
-