Uses of Interface
javax.lang.model.element.ModuleElement.ExportsDirective
Packages that use ModuleElement.ExportsDirective
包
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
Methods in javax.lang.model.element with parameters of type ModuleElement.ExportsDirective修饰符和类方法DescriptionModuleElement.DirectiveVisitor.visitExports(ModuleElement.ExportsDirective d, P p) Visits anexportsdirective. -
Uses of ModuleElement.ExportsDirective in javax.lang.model.util
Methods in javax.lang.model.util that return types with arguments of type ModuleElement.ExportsDirective修饰符和类方法Descriptionstatic List<ModuleElement.ExportsDirective> ElementFilter.exportsIn(Iterable<? extends ModuleElement.Directive> directives) Returns a list ofexportsdirectives indirectives.