| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino Java compiler.
|
| Modifier and Type | Field and Description |
|---|---|
Java.ModuleDeclaration |
Java.ModularCompilationUnit.moduleDeclaration
The single and mandatory "module declaration" of this modular compilation unit, see JLS9 7.3 and 7.7.
|
| Modifier and Type | Method and Description |
|---|---|
Java.ModuleDeclaration |
Parser.parseModuleDeclarationRest(Java.Modifier[] modifiers)
ModuleDeclarationRest := [ 'open' ] 'module' identifier { '.' identifier} '{' { ModuleDirective } '}'
|
| Constructor and Description |
|---|
ModularCompilationUnit(String fileName,
Java.AbstractCompilationUnit.ImportDeclaration[] importDeclarations,
Java.ModuleDeclaration moduleDeclaration) |
Copyright © 2022. All rights reserved.