C# 클래스 Qupid.AutoGen.QuerySyntaxLexer

상속: Antlr.Runtime.Lexer
파일 보기 프로젝트 열기: hudl/qupid 1 사용 예제들

공개 메소드들

메소드 설명
QuerySyntaxLexer ( ) : System.Collections.Generic
QuerySyntaxLexer ( ICharStream input ) : System.Collections.Generic
QuerySyntaxLexer ( ICharStream input, Antlr.Runtime.RecognizerSharedState state ) : System.Collections.Generic
mTokens ( ) : void

보호된 메소드들

메소드 설명
InitDFAs ( ) : void

비공개 메소드들

메소드 설명
EnterRule ( string ruleName, int ruleIndex ) : void
EnterRule_AND ( ) : void
EnterRule_BY ( ) : void
EnterRule_COMMA ( ) : void
EnterRule_DOT ( ) : void
EnterRule_EQUALS ( ) : void
EnterRule_FROM ( ) : void
EnterRule_GREATER_THAN ( ) : void
EnterRule_GREATER_THAN_EQUAL ( ) : void
EnterRule_GROUP ( ) : void
EnterRule_HAVING ( ) : void
EnterRule_ID ( ) : void
EnterRule_JOIN ( ) : void
EnterRule_LESS_THAN ( ) : void
EnterRule_LESS_THAN_EQUAL ( ) : void
EnterRule_NOT_EQUALS ( ) : void
EnterRule_NUMBER_LITERAL ( ) : void
EnterRule_ON ( ) : void
EnterRule_OR ( ) : void
EnterRule_QUOTE ( ) : void
EnterRule_SELECT ( ) : void
EnterRule_STAR ( ) : void
EnterRule_STRING_LITERAL ( ) : void
EnterRule_UNWIND ( ) : void
EnterRule_WHERE ( ) : void
EnterRule_WITH ( ) : void
EnterRule_WS ( ) : void
LeaveRule ( string ruleName, int ruleIndex ) : void
LeaveRule_AND ( ) : void
LeaveRule_BY ( ) : void
LeaveRule_COMMA ( ) : void
LeaveRule_DOT ( ) : void
LeaveRule_EQUALS ( ) : void
LeaveRule_FROM ( ) : void
LeaveRule_GREATER_THAN ( ) : void
LeaveRule_GREATER_THAN_EQUAL ( ) : void
LeaveRule_GROUP ( ) : void
LeaveRule_HAVING ( ) : void
LeaveRule_ID ( ) : void
LeaveRule_JOIN ( ) : void
LeaveRule_LESS_THAN ( ) : void
LeaveRule_LESS_THAN_EQUAL ( ) : void
LeaveRule_NOT_EQUALS ( ) : void
LeaveRule_NUMBER_LITERAL ( ) : void
LeaveRule_ON ( ) : void
LeaveRule_OR ( ) : void
LeaveRule_QUOTE ( ) : void
LeaveRule_SELECT ( ) : void
LeaveRule_STAR ( ) : void
LeaveRule_STRING_LITERAL ( ) : void
LeaveRule_UNWIND ( ) : void
LeaveRule_WHERE ( ) : void
LeaveRule_WITH ( ) : void
LeaveRule_WS ( ) : void
OnCreated ( ) : void
SpecialStateTransition7 ( Antlr.Runtime.DFA dfa, int s, IIntStream _input ) : int
mAND ( ) : void
mBY ( ) : void
mCOMMA ( ) : void
mDOT ( ) : void
mEQUALS ( ) : void
mFROM ( ) : void
mGREATER_THAN ( ) : void
mGREATER_THAN_EQUAL ( ) : void
mGROUP ( ) : void
mHAVING ( ) : void
mID ( ) : void
mJOIN ( ) : void
mLESS_THAN ( ) : void
mLESS_THAN_EQUAL ( ) : void
mNOT_EQUALS ( ) : void
mNUMBER_LITERAL ( ) : void
mON ( ) : void
mOR ( ) : void
mQUOTE ( ) : void
mSELECT ( ) : void
mSTAR ( ) : void
mSTRING_LITERAL ( ) : void
mUNWIND ( ) : void
mWHERE ( ) : void
mWITH ( ) : void
mWS ( ) : void

메소드 상세

InitDFAs() 보호된 메소드

protected InitDFAs ( ) : void
리턴 void

QuerySyntaxLexer() 공개 메소드

public QuerySyntaxLexer ( ) : System.Collections.Generic
리턴 System.Collections.Generic

QuerySyntaxLexer() 공개 메소드

public QuerySyntaxLexer ( ICharStream input ) : System.Collections.Generic
input ICharStream
리턴 System.Collections.Generic

QuerySyntaxLexer() 공개 메소드

public QuerySyntaxLexer ( ICharStream input, Antlr.Runtime.RecognizerSharedState state ) : System.Collections.Generic
input ICharStream
state Antlr.Runtime.RecognizerSharedState
리턴 System.Collections.Generic

mTokens() 공개 메소드

public mTokens ( ) : void
리턴 void