next up previous contents index
suivant: C.6 Modificateurs monter: C. Grammaire LALR(1) précédent: C.4 Names   Table des matières   Index

C.5 Packages


CompilationUnit: 

PackageDeclaration$_{\mathsf{opt}}$ ImportDeclarations$_{\mathsf{opt}}$ TypeDeclarations$_{\mathsf{opt}}$
ImportDeclarations:
ImportDeclaration
ImportDeclarations ImportDeclaration
TypeDeclarations:
TypeDeclaration
TypeDeclarations TypeDeclaration
PackageDeclaration:
package Name ;
ImportDeclaration:
SingleTypeImportDeclaration
TypeImportOnDemandDeclaration
SingleTypeImportDeclaration:
import Name ;
TypeImportOnDemandDeclaration:
import Name . * ;
TypeDeclaration:
ClassDeclaration
InterfaceDeclaration
;



Rene' LALEMENT 2001-11-07