com.vladsch.flexmark.util.visitor.AstAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flexmark-util-visitor Show documentation
Show all versions of flexmark-util-visitor Show documentation
flexmark-java visitor utility classes
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 {}