C# Class MySql.Parser.MySQLLexer

Abstract superclass for MySQL Lexers, for now containing some common code, so it's not in the grammar. Author: kroepke
Inheritance: Antlr.Runtime.Lexer
Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Méthodes publiques

Méthode Description
MySQLLexer ( ) : System
MySQLLexer ( ICharStream input, Antlr.Runtime.RecognizerSharedState state ) : System
checkFunctionAsID ( int proposedType ) : int
checkFunctionAsID ( int proposedType, int alternativeProposedType ) : int

Method Details

MySQLLexer() public méthode

public MySQLLexer ( ) : System
Résultat System

MySQLLexer() public méthode

public MySQLLexer ( ICharStream input, Antlr.Runtime.RecognizerSharedState state ) : System
input ICharStream
state Antlr.Runtime.RecognizerSharedState
Résultat System

checkFunctionAsID() public méthode

public checkFunctionAsID ( int proposedType ) : int
proposedType int
Résultat int

checkFunctionAsID() public méthode

public checkFunctionAsID ( int proposedType, int alternativeProposedType ) : int
proposedType int
alternativeProposedType int
Résultat int