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