next up previous contents index
suivant: C.12 Interface Declarations monter: C. Grammaire LALR(1) précédent: C.10 Static Initializers   Table des matières   Index

C.11 Constructor Declarations


ConstructorDeclaration: 

Modifiers$_{\mathsf{opt}}$ ConstructorDeclarator Throws$_{\mathsf{opt}}$ ConstructorBody
ConstructorDeclarator:
SimpleName ( FormalParameterList$_{\mathsf{opt}}$ )
ConstructorBody:
{ ExplicitConstructorInvocation$_{\mathsf{opt}}$ BlockStatements$_{\mathsf{opt}}$ }
ExplicitConstructorInvocation:
this ( ArgumentList$_{\mathsf{opt}}$ ) ;
super ( ArgumentList$_{\mathsf{opt}}$ ) ;



Rene' LALEMENT 2001-11-07