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

Token type expressed as a regular expression.
author  Johann Sorel


Variables : -
Functions : RegexTokenType, getName, getRegex, createNFAState, toChars, decimal, keyword, keyword, space, word



public void RegexTokenType (Chars name, Chars regex)

public Chars getName ()

public Chars getRegex ()

public NFAState createNFAState ()

public Chars toChars ()

public RegexTokenType decimal ()

public RegexTokenType keyword (Chars word)

public RegexTokenType keyword (Chars word, Chars name)

public RegexTokenType space ()

public RegexTokenType word ()