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