BalticAmadeus.FluentMdx.Lexer.Lexer.Lexer C# (CSharp) Method

Lexer() public method

Initializes a new instance of Lexer and sets the lexical analysis rules.
public Lexer ( ) : System
return System
        public Lexer()
        {
            _tokenDefinitions = TokenDefinitions;
        }