next up previous contents index
Next: Modificateurs Up: Grammaire LALR(1) Previous: Names

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
;



R. Lalement
2000-10-23