ConstructorDeclaration:
ModifiersConstructorDeclarator Throws
ConstructorBody
ConstructorDeclarator:
SimpleName(FormalParameterList![]()
)
ConstructorBody:{ExplicitConstructorInvocationBlockStatements
![]()
}
ExplicitConstructorInvocation:this(ArgumentList![]()
);super(ArgumentList![]()
);