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

com.vladsch.flexmark.ext.gitlab.GitLabVisitor Maven / Gradle / Ivy

There is a newer version: 0.64.8
Show newest version
package com.vladsch.flexmark.ext.gitlab;

public interface GitLabVisitor {
    void visit(GitLabIns node);
    void visit(GitLabDel node);
    void visit(GitLabInlineMath node);
    void visit(GitLabBlockQuote node);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy