setWhitespaceChars abstract method

void setWhitespaceChars(
  1. int fromSymbol,
  2. int toSymbol,
  3. bool enable
)

Establish the given characters as whitespace to ignore.

  • 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.

Implementation

void setWhitespaceChars(int fromSymbol, int toSymbol, bool enable);