C# Класс MySqlParser.MySQLLexer

Abstract superclass for MySQL Lexers, for now containing some common code, so it's not in the grammar. Author: kroepke
Наследование: Antlr.Runtime.Lexer
Показать файл Открыть проект

Открытые методы

Метод Описание
MySQLLexer ( ICharStream input ) : System
MySQLLexer ( ICharStream input, Antlr.Runtime.RecognizerSharedState state ) : System
checkFunctionAsID ( int proposedType ) : int

Описание методов

MySQLLexer() публичный Метод

public MySQLLexer ( ICharStream input ) : System
input ICharStream
Результат System

MySQLLexer() публичный Метод

public MySQLLexer ( ICharStream input, Antlr.Runtime.RecognizerSharedState state ) : System
input ICharStream
state Antlr.Runtime.RecognizerSharedState
Результат System

checkFunctionAsID() публичный Метод

public checkFunctionAsID ( int proposedType ) : int
proposedType int
Результат int