This class represents the package declaration. The package declaration is optional for the {@link CompilationUnit}.
The PackageDeclaration is constructed following the syntax: PackageDeclaration ::= ( {@link AnnotationExpr} )* "package" {@link NameExpr} ) ";"
@author Julio Vilmar Gesser
|
|
|
|
|
|
|
|
|
|
|
|