Interface Node<T>

All Known Implementing Classes:
PathObjectNode, PathObjectOrTypeNode, PathTypeNode

public interface Node<T>
  • Method Details

    • get

      T get()
    • getChildren

      List<Node<T>> getChildren()
    • isGuarded

      boolean isGuarded(Node<T> node)
    • inspect

      boolean inspect()