Uses of Interface
javax.lang.model.element.ModuleElement.OpensDirective
Packages that use ModuleElement.OpensDirective
Package
Description
Interfaces used to model elements of the Java programming language.
Utilities to assist in the processing of
 program elements and
 types.
- 
Uses of ModuleElement.OpensDirective in javax.lang.model.elementMethods in javax.lang.model.element with parameters of type ModuleElement.OpensDirectiveModifier and TypeMethodDescriptionModuleElement.DirectiveVisitor.visitOpens(ModuleElement.OpensDirective d, P p)Visits anopensdirective.
- 
Uses of ModuleElement.OpensDirective in javax.lang.model.utilMethods in javax.lang.model.util that return types with arguments of type ModuleElement.OpensDirectiveModifier and TypeMethodDescriptionstatic List<ModuleElement.OpensDirective>ElementFilter.opensIn(Iterable<? extends ModuleElement.Directive> directives)Returns a list ofopensdirectives indirectives.