Interface SearchFilter.VisitorCallback

Enclosing class:
SearchFilter

public static interface SearchFilter.VisitorCallback
API for visiting all filters as a tree.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    visit(SearchFilter node, SearchFilter parentNode)
    Visit a node.
  • Method Details

    • visit

      boolean visit(SearchFilter node, SearchFilter parentNode)
      Visit a node.
      Parameters:
      node - the filter being visited
      parentNode - the node's parent filter, or null for the top-level node
      Returns:
      false to stop walking