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

com.vladsch.flexmark.util.visitor.AstAction Maven / Gradle / Ivy

The newest version!
package com.vladsch.flexmark.util.visitor;

/**
 * Interface for subclassing by specific Node actions: visit, format, render, etc
 *
 * @param  node type
 */
public interface AstAction {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy