ModuleElement.ExportsDirective
, ModuleElement.OpensDirective
, ModuleElement.ProvidesDirective
, ModuleElement.RequiresDirective
, ModuleElement.UsesDirective
public static interface ModuleElement.Directive
Modifier and Type | Method | Description |
---|---|---|
<R,P> R |
accept(ModuleElement.DirectiveVisitor<R,P> v,
P p) |
Applies a visitor to this directive.
|
ModuleElement.DirectiveKind |
getKind() |
Returns the
kind of this directive. |
ModuleElement.DirectiveKind getKind()
kind
of this directive.<R,P> R accept(ModuleElement.DirectiveVisitor<R,P> v, P p)
R
- the return type of the visitor's methodsP
- the type of the additional parameter to the visitor's methodsv
- the visitor operating on this directivep
- additional parameter to the visitorCopyright © 1993, 2017, Oracle and/or its affiliates · All rights reserved · License