Uses of Class
com.vladsch.flexmark.util.visitor.AstHandler
-
-
Uses of AstHandler in com.vladsch.flexmark.util.visitor
Classes in com.vladsch.flexmark.util.visitor with type parameters of type AstHandler 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 actionsMethods in com.vladsch.flexmark.util.visitor with parameters of type AstHandler Modifier and Type Method Description protected CAstActionHandler. addActionHandlers(@NotNull H[]... handlers)
-