C# Class MySqlParser.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

Méthodes publiques

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

Method Details

MySQLLexer() public méthode

public MySQLLexer ( ICharStream input ) : System
input ICharStream
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