Interface IWhitespaceState

    • Method Summary

      Modifier and Type Method Description
      void clearWhitespaceChars()
      Clears definitions of whitespace characters.
      void setWhitespaceChars​(int fromSymbol, int toSymbol, boolean enable)
      Establish the given characters as whitespace to ignore.
    • Method Detail

      • setWhitespaceChars

        void setWhitespaceChars​(int fromSymbol,
                                int toSymbol,
                                boolean enable)
                         throws Exception
        Establish the given characters as whitespace to ignore.
        Parameters:
        fromSymbol - First character index of the interval.
        toSymbol - Last character index of the interval.
        enable - true if this state should ignore characters in the given range.
        Throws:
        Exception
      • clearWhitespaceChars

        void clearWhitespaceChars()
        Clears definitions of whitespace characters.