Maven module :un.api : api-syntax :
Class : un.api.lexer.TokenType
Extends/Implements : -
Subclasses : -

Token type with it's defined executor.
author  Johann Sorel


Variables : NO_MATCH
Functions : getName, createNFAState



Token tyoe which indicate the stream doesn't not match any token.
public TokenType NO_MATCH



Token type name.
return  name
Chars getName ()


return  NFAState never null.
NFAState createNFAState ()