Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
Modifier and Type | Field | Description |
---|---|---|
Java.PackageDeclaration |
Java.CompilationUnit.optionalPackageDeclaration |
The package declaration at the very top of this CU (if any).
|
Modifier and Type | Method | Description |
---|---|---|
Java.PackageDeclaration |
Parser.parsePackageDeclaration() |
PackageDeclaration := 'package' QualifiedIdentifier ';'
|
Modifier and Type | Method | Description |
---|---|---|
void |
Java.CompilationUnit.setPackageDeclaration(Java.PackageDeclaration packageDeclaration) |
Sets the package declaration of this CU.
|
Copyright © 2001–2019. All rights reserved.