super(adapters);
}
@Override
public ConstructorDeclaration adapt(GenericConstructorDeclarationContext context) {
ConstructorDeclarationContext constructorDeclarationContext =
getChild(context, ConstructorDeclarationContext.class);
if (constructorDeclarationContext == null) {
ConstructorDeclaration constructorDeclaration =
getAdapter(ConstructorDeclarationAdapter.class).adapt(constructorDeclarationContext);
TypeParametersContext typeParametersContext = getChild(context, TypeParametersContext.class);