if (formalParametersContext != null) {
constructorDeclaration.setFormalParameters(
getAdapter(FormalParametersAdapter.class).adapt(formalParametersContext));
}
QualifiedNameListContext qualifiedNameListContext =
getChild(context, QualifiedNameListContext.class);
if (qualifiedNameListContext != null) {
constructorDeclaration.setThrowsExceptions(
getAdapter(QualifiedNamesAdapter.class).adapt(qualifiedNameListContext));
}