Uses of Interface
javax.lang.model.element.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.element
Modifier and TypeMethodDescriptionModuleElement.DirectiveVisitor.visitOpens(ModuleElement.OpensDirective d, P p)
Visits anopens
directive. -
Uses of ModuleElement.OpensDirective in javax.lang.model.util
Modifier and TypeMethodDescriptionstatic List<ModuleElement.OpensDirective>
ElementFilter.opensIn(Iterable<? extends ModuleElement.Directive> directives)
Returns a list ofopens
directives indirectives
.