Package org.sonar.plugins.java.api.tree
Interface ExportsDirectiveTree
- All Superinterfaces:
ModuleDirectiveTree
,Tree
- All Known Implementing Classes:
ExportsDirectiveTreeImpl
The 'exports' directive from java 9 module directives
JLS9 - ยง7.7.2
exportspackageName()
; exportspackageName()
tomoduleNames()
;
- Since:
- Java 9
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.sonar.plugins.java.api.tree.ModuleDirectiveTree
directiveKeyword, semicolonToken
-
Method Details
-
packageName
ExpressionTree packageName() -
toKeyword
-
moduleNames
ListTree<ModuleNameTree> moduleNames()
-