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