Package org.sonar.plugins.java.api.tree
Interface OpensDirectiveTree
- All Superinterfaces:
ModuleDirectiveTree,Tree
- All Known Implementing Classes:
OpensDirectiveTreeImpl
The 'opens' directive from java 9 module directives
JLS9 - ยง7.7.2
openspackageName(); openspackageName()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()
-