Interface AnchorRefTargetBlockPreVisitor


public interface AnchorRefTargetBlockPreVisitor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    preVisit(@NotNull Node node, @NotNull AnchorRefTargetBlockVisitor anchorRefTargetBlockVisitor)
    Test if node needs to have its children visited
  • Method Details

    • preVisit

      boolean preVisit(@NotNull @NotNull Node node, @NotNull @NotNull AnchorRefTargetBlockVisitor anchorRefTargetBlockVisitor)
      Test if node needs to have its children visited
      Parameters:
      node - node
      anchorRefTargetBlockVisitor - anchor ref target visitor, can be used to visit anchor ref targets
      Returns:
      true, if children of block node need to be visited