getCharacterState method

ITokenizerState? getCharacterState(
  1. int symbol
)

Gest the state for a given character.

  • symbol symbol Returns tokenizer state

Implementation

ITokenizerState? getCharacterState(int symbol) => _map.lookup(symbol);