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 Details