public class NodeVisitor extends com.vladsch.flexmark.util.visitor.AstActionHandler<NodeVisitor,Node,Visitor<Node>,VisitHandler<Node>> implements NodeVisitHandler
| Modifier and Type | Field and Description |
|---|---|
protected static VisitHandler[] |
EMPTY_HANDLERS |
| Constructor and Description |
|---|
NodeVisitor() |
NodeVisitor(@NotNull Collection<VisitHandler> handlers) |
NodeVisitor(VisitHandler... handlers) |
NodeVisitor(VisitHandler[]... handlers) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull NodeVisitor |
addHandler(@NotNull VisitHandler handler) |
@NotNull NodeVisitor |
addHandlers(@NotNull Collection<VisitHandler> handlers) |
@NotNull NodeVisitor |
addHandlers(VisitHandler[]... handlers) |
@NotNull NodeVisitor |
addHandlers(@NotNull VisitHandler[] handlers) |
@NotNull NodeVisitor |
addTypedHandlers(@NotNull Collection<VisitHandler<?>> handlers) |
void |
visit(@NotNull Node node) |
void |
visitChildren(@NotNull Node parent) |
void |
visitNodeOnly(@NotNull Node node) |
protected static final VisitHandler[] EMPTY_HANDLERS
public NodeVisitor()
public NodeVisitor(@NotNull
VisitHandler... handlers)
public NodeVisitor(@NotNull
VisitHandler[]... handlers)
public NodeVisitor(@NotNull
@NotNull Collection<VisitHandler> handlers)
@NotNull public @NotNull NodeVisitor addTypedHandlers(@NotNull @NotNull Collection<VisitHandler<?>> handlers)
@NotNull public @NotNull NodeVisitor addHandlers(@NotNull @NotNull Collection<VisitHandler> handlers)
@NotNull public @NotNull NodeVisitor addHandlers(@NotNull @NotNull VisitHandler[] handlers)
@NotNull public @NotNull NodeVisitor addHandlers(@NotNull VisitHandler[]... handlers)
@NotNull public @NotNull NodeVisitor addHandler(@NotNull @NotNull VisitHandler handler)
public final void visit(@NotNull
@NotNull Node node)
public final void visitNodeOnly(@NotNull
@NotNull Node node)
visitNodeOnly in interface NodeVisitHandlerpublic final void visitChildren(@NotNull
@NotNull Node parent)
visitChildren in interface NodeVisitHandlerCopyright © 2020. All rights reserved.