next up previous contents index
Next: Interface Declarations Up: Grammaire LALR(1) Previous: Static Initializers

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}}$ ) ;



R. Lalement
2000-10-23