Interface Node<T>

All Known Implementing Classes:
NodeImpl

public sealed interface Node<T> permits NodeImpl<T>
  • Method Details

    • valueOf

      Node<T> valueOf()
    • isValueOf

      boolean isValueOf()
    • type

      Type type()
    • tags

      Class<?>[] tags()