Interface Node.Root

All Superinterfaces:
Node
All Known Implementing Classes:
RootNode
Enclosing interface:
Node

public static sealed interface Node.Root extends Node permits RootNode
The root node of a parse.
Since:
4.10.0
  • Nested Class Summary

    Nested classes/interfaces inherited from interface Node

    Node.Root
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the original provided message which produced this node.

    Methods inherited from interface Node

    children, parent, toString
  • Method Details

    • input

      String input()
      Get the original provided message which produced this node.
      Returns:
      the input message
      Since:
      4.10.0