Uses of Interface
javax.lang.model.element.ModuleElement.UsesDirective
Packages that use 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.elementMethods in javax.lang.model.element with parameters of type ModuleElement.UsesDirectiveModifier and TypeMethodDescriptionModuleElement.DirectiveVisitor.visitUses(ModuleElement.UsesDirective d, P p)Visits ausesdirective.
- 
Uses of ModuleElement.UsesDirective in javax.lang.model.utilMethods in javax.lang.model.util that return types with arguments of type ModuleElement.UsesDirectiveModifier and TypeMethodDescriptionstatic List<ModuleElement.UsesDirective>ElementFilter.usesIn(Iterable<? extends ModuleElement.Directive> directives)Returns a list ofusesdirectives indirectives.