Uses of Class
org.codehaus.janino.Java.PackageDeclaration
-
Packages that use Java.PackageDeclaration Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of Java.PackageDeclaration in org.codehaus.janino
Fields in org.codehaus.janino declared as Java.PackageDeclaration Modifier and Type Field Description Java.PackageDeclaration
Java.CompilationUnit. optionalPackageDeclaration
The package declaration at the very top of this CU (if any).Methods in org.codehaus.janino that return Java.PackageDeclaration Modifier and Type Method Description Java.PackageDeclaration
Parser. parsePackageDeclaration()
PackageDeclaration := 'package' QualifiedIdentifier ';'Methods in org.codehaus.janino with parameters of type Java.PackageDeclaration Modifier and Type Method Description void
Java.CompilationUnit. setPackageDeclaration(Java.PackageDeclaration packageDeclaration)
Sets the package declaration of this CU.
-