All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vladsch.flexmark.formatter.MergeContextConsumer Maven / Gradle / Ivy

package com.vladsch.flexmark.formatter;

import com.vladsch.flexmark.util.ast.Document;
import org.jetbrains.annotations.NotNull;

public interface MergeContextConsumer {
    void accept(@NotNull TranslationContext docContext, @NotNull Document doc, int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy