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
파일 보기 프로젝트 열기: Top-Cat/SteamBot

공개 메소드들

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