Uses of Interface
javax.lang.model.element.ModuleElement.DirectiveVisitor
Packages that use ModuleElement.DirectiveVisitor
Package
Description
Interfaces used to model elements of the Java programming language.
- 
Uses of ModuleElement.DirectiveVisitor in javax.lang.model.elementMethods in javax.lang.model.element with parameters of type ModuleElement.DirectiveVisitorModifier and TypeMethodDescription<R, P> RModuleElement.Directive.accept(ModuleElement.DirectiveVisitor<R,P> v, P p)Applies a visitor to this directive.