C# (CSharp) MySql.Parser Namespace

Nested Namespaces

MySql.Parser.Tests

Classes

Name Description
CaseInsensitiveInputStream Case insensitive implementation of an input stream.
MySQL51Lexer
MySQL51Lexer.DFA11
MySQL51Lexer.DFA18
MySQL51Lexer.DFA27
MySQL51Parser
MySQLLexer Abstract superclass for MySQL Lexers, for now containing some common code, so it's not in the grammar. Author: kroepke
MySQLParser
TokenStreamRemovable These class adds remove token capability to the CommonTokenStream.