Uses of Interface
com.vladsch.flexmark.util.visitor.AstAction
-
-
Uses of AstAction in com.vladsch.flexmark.util.visitor
Classes in com.vladsch.flexmark.util.visitor with type parameters of type AstAction Modifier and Type Class Description classAstActionHandler<C extends AstActionHandler<C,N,A,H>,N,A extends AstAction<N>,H extends AstHandler<N,A>>Intended to be completed by subclasses for specific node types and node actionsclassAstHandler<N,A extends AstAction<? super N>>Base class for tracking generic node to specific node handler
-