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 TypeInterfaceDescriptioninterfaceInterface 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 TypeClassDescriptionclassUsed to visit only block nodes, non block nodes or children of non-block nodes are not visitedclassclassVisitHandler<N extends Node>Node visit handler for specific node typeSubclasses with type arguments of type Visitor in com.vladsch.flexmark.util.astModifier and TypeClassDescriptionclassclassVisitHandler<N extends Node>Node visit handler for specific node typeMethods in com.vladsch.flexmark.util.ast with parameters of type VisitorModifier and TypeMethodDescriptionprivate voidMethod parameters in com.vladsch.flexmark.util.ast with type arguments of type VisitorModifier and TypeMethodDescriptionvoidBlockNodeVisitor.processNode(@NotNull Node node, boolean withChildren, @NotNull BiConsumer<Node, Visitor<Node>> processor) Constructors in com.vladsch.flexmark.util.ast with parameters of type Visitor