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
파일 보기 프로젝트 열기: Top-Cat/SteamBot 1 사용 예제들

공개 메소드들

메소드 설명
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