Uses of Interface
com.vladsch.flexmark.util.ast.Visitor
Packages that use Visitor
-
Uses of Visitor in com.vladsch.flexmark.util.ast
Subinterfaces of Visitor in com.vladsch.flexmark.util.astModifier and TypeInterfaceDescriptioninterface
Interface to visit variations on specific nodes: visit() visiting node and if no handler defined then visit node's children visitNodeOnly() visit node and if no handler then do not process children visitChildren() visit node's childrenClasses in com.vladsch.flexmark.util.ast that implement VisitorModifier and TypeClassDescriptionclass
Used to visit only block nodes, non block nodes or children of non-block nodes are not visitedclass
class
VisitHandler<N extends Node>
Node visit handler for specific node typeMethods in com.vladsch.flexmark.util.ast with parameters of type VisitorModifier and TypeMethodDescriptionprivate void
Method parameters in com.vladsch.flexmark.util.ast with type arguments of type VisitorModifier and TypeMethodDescriptionvoid
BlockNodeVisitor.processNode
(@NotNull Node node, boolean withChildren, @NotNull BiConsumer<Node, Visitor<Node>> processor) Constructors in com.vladsch.flexmark.util.ast with parameters of type Visitor