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 |
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) |
Copyright © 2001-2014. All Rights Reserved.