Interface PathNode<T extends PathNode<T>>

  • All Known Subinterfaces:
    PathNodeEx<T>

    public interface PathNode<T extends PathNode<T>>
    Abstract tree node element to use with AntPatternTreeMatcher.
    To get better performance consider implementing PathNodeEx
    Since:
    9.1
    Author:
    sergey.pak
    • Method Detail

      • getName

        @NotNull
        java.lang.String getName()
        Returns:
        name of the node
      • getChildren

        @Nullable
        java.lang.Iterable<T> getChildren()
        Returns:
        node's children, null for leafs