BalticAmadeus.FluentMdx.Lexer.Lexer.Lexer C# (CSharp) 메소드

Lexer() 공개 메소드

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