Uses of Interface
org.codehaus.janino.Java.ModuleDirective
Packages that use Java.ModuleDirective
-
Uses of Java.ModuleDirective in org.codehaus.janino
Classes in org.codehaus.janino that implement Java.ModuleDirectiveModifier and TypeClassDescriptionstatic final class
Representation of a (Java 9+) "exports directive", as explained in JLS9 7.7.2.static final class
Representation of a (Java 9+) "opens directive", as explained in JLS9 7.7.2.static final class
Representation of a (Java 9+) "provides directive", as explained in JLS9 7.7.4.static final class
Representation of a (Java 9+) "requires directive", as explained in JLS9 7.7.1.static final class
Representation of a (Java 9+) "uses directive", as explained in JLS9 7.7.3.Fields in org.codehaus.janino declared as Java.ModuleDirectiveModifier and TypeFieldDescriptionfinal Java.ModuleDirective[]
Java.ModuleDeclaration.moduleDirectives
The directives declared in this module, see JLS9 7.7.Constructors in org.codehaus.janino with parameters of type Java.ModuleDirectiveModifierConstructorDescriptionModuleDeclaration
(Location location, Java.Modifier[] modifiers, boolean isOpen, String[] moduleName, Java.ModuleDirective[] moduleDirectives)