super(adapters);
}
@Override
public ClassMethodDeclaration adapt(GenericMethodDeclarationContext context) {
MethodDeclarationContext methodDeclarationContext =
getChild(context, MethodDeclarationContext.class);
if (methodDeclarationContext != null) {
ClassMethodDeclaration methodDeclaration =
getAdapter(MethodDeclarationAdapter.class).adapt(methodDeclarationContext);
TypeParametersContext typeParametersContext = getChild(context, TypeParametersContext.class);