getChild(context, ConstructorDeclarationContext.class);
if (constructorDeclarationContext != null) {
return getAdapter(ConstructorDeclarationAdapter.class).adapt(constructorDeclarationContext);
}
GenericConstructorDeclarationContext genericConstructorDeclarationContext =
getChild(context, GenericConstructorDeclarationContext.class);
if (genericConstructorDeclarationContext != null) {
return getAdapter(GenericConstructorDeclarationAdapter.class).adapt(
genericConstructorDeclarationContext);
}