C# Класс MySql.Parser.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 ( ) : System
MySQLLexer ( ICharStream input, Antlr.Runtime.RecognizerSharedState state ) : System
checkFunctionAsID ( int proposedType ) : int
checkFunctionAsID ( int proposedType, int alternativeProposedType ) : int

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

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

public MySQLLexer ( ) : System
Результат 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

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

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