java.lang.Object
org.microbean.lang.element.ModuleElement.Directive
org.microbean.lang.element.ModuleElement.UsesDirective
- All Implemented Interfaces:
ModuleElement.Directive
,ModuleElement.UsesDirective
- Enclosing class:
ModuleElement
public static final class ModuleElement.UsesDirective
extends ModuleElement.Directive
implements ModuleElement.UsesDirective
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal <R,
P> R accept
(ModuleElement.DirectiveVisitor<R, P> v, P p) final TypeElement
Methods inherited from class org.microbean.lang.element.ModuleElement.Directive
getKind
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.lang.model.element.ModuleElement.Directive
getKind
-
Constructor Details
-
UsesDirective
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceModuleElement.Directive
- Overrides:
accept
in classModuleElement.Directive
-
getService
- Specified by:
getService
in interfaceModuleElement.UsesDirective
-