Interface AstAction<N>

Type Parameters:
N - node type
All Known Subinterfaces:
AttributeProvidingHandler.AttributeProvidingVisitor<N>, LinkResolvingHandler.LinkResolvingVisitor<N>, NodeFormattingHandler.CustomNodeFormatter<N>, NodeRenderingHandler.CustomNodeRenderer<N>, NodeVisitHandler, Visitor<N>
All Known Implementing Classes:
AttributeProviderAdapter, BlockNodeVisitor, LinkResolverAdapter, NodeVisitor, VisitHandler

public interface AstAction<N>
Interface for subclassing by specific Node actions: visit, format, render, etc