Interface Node.Root

  • All Superinterfaces:
    Node
    Enclosing interface:
    Node

    @NonExtendable
    public static interface Node.Root
    extends Node
    The root node of a parse.
    Since:
    4.10.0
    • Method Detail

      • input

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