ModuleElement.ExportsDirective
, ModuleElement.OpensDirective
, ModuleElement.ProvidesDirective
, ModuleElement.RequiresDirective
, ModuleElement.UsesDirective
ModuleElement
public static interface ModuleElement.Directive
Modifier and Type | Method | Description |
---|---|---|
<R, |
accept |
Applies a visitor to this directive. |
ModuleElement.DirectiveKind |
getKind() |
Returns the kind of this directive. |
ModuleElement.DirectiveKind getKind()
kind
of this directive. REQUIRES
. EXPORTS
. OPENS
. USES
. PROVIDES
. 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 visitor
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/lang/model/element/ModuleElement.Directive.html