Interface AntPatternTreeMatcher.SearchCallback<T extends PathNode>

    • Method Detail

      • nodeMatched

        boolean nodeMatched​(T node)
        Parameters:
        node - matching the rule
        Returns:
        true if should continue the search, false otherwise