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