Uses of Class
com.vladsch.flexmark.ast.util.AnchorRefTargetBlockVisitor
-
Packages that use AnchorRefTargetBlockVisitor Package Description com.vladsch.flexmark.ast.util -
-
Uses of AnchorRefTargetBlockVisitor in com.vladsch.flexmark.ast.util
Methods in com.vladsch.flexmark.ast.util with parameters of type AnchorRefTargetBlockVisitor Modifier and Type Method Description boolean
AnchorRefTargetBlockPreVisitor. preVisit(@NotNull Node node, @NotNull AnchorRefTargetBlockVisitor anchorRefTargetBlockVisitor)
Test if node needs to have its children visited
-