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