| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino Java compiler.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Java.ExportsModuleDirective
Representation of a (Java 9+) "exports directive", as explained in JLS9 7.7.2.
|
static class |
Java.OpensModuleDirective
Representation of a (Java 9+) "opens directive", as explained in JLS9 7.7.2.
|
static class |
Java.ProvidesModuleDirective
Representation of a (Java 9+) "provides directive", as explained in JLS9 7.7.4.
|
static class |
Java.RequiresModuleDirective
Representation of a (Java 9+) "requires directive", as explained in JLS9 7.7.1.
|
static class |
Java.UsesModuleDirective
Representation of a (Java 9+) "uses directive", as explained in JLS9 7.7.3.
|
| Modifier and Type | Field and Description |
|---|---|
Java.ModuleDirective[] |
Java.ModuleDeclaration.moduleDirectives
The directives declared in this module, see JLS9 7.7.
|
| Constructor and Description |
|---|
ModuleDeclaration(Location location,
Java.Modifier[] modifiers,
boolean isOpen,
String[] moduleName,
Java.ModuleDirective[] moduleDirectives) |
Copyright © 2022. All rights reserved.