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

com.greenpepper.shaded.com.vladsch.flexmark.ext.toc.SimTocVisitor Maven / Gradle / Ivy

There is a newer version: 4.2.4
Show newest version
package com.greenpepper.shaded.com.vladsch.flexmark.ext.toc;

public interface SimTocVisitor {
    void visit(final SimTocBlock node);
    void visit(final SimTocOptionList node);
    void visit(final SimTocOption node);
    void visit(final SimTocContent node);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy