CompilationUnit:
PackageDeclarationImportDeclarations
TypeDeclarations
![]()
ImportDeclarations:
ImportDeclaration
ImportDeclarations ImportDeclaration
TypeDeclarations:
TypeDeclaration
TypeDeclarations TypeDeclaration
PackageDeclaration:
packageName;
ImportDeclaration:
SingleTypeImportDeclaration
TypeImportOnDemandDeclaration
SingleTypeImportDeclaration:
importName;
TypeImportOnDemandDeclaration:
importName.*;
TypeDeclaration:
ClassDeclaration
InterfaceDeclaration
;