Interface GlobalRestriction

    • Method Detail

      • validate

        <T> void validate​(ParseState<T> state)
        Validates the parser state

        Should throw an exception if the restriction is violated, otherwise should simply return

        Parameters:
        state - Parser state