C# Class Qupid.AutoGen.QuerySyntaxLexer

Inheritance: Antlr.Runtime.Lexer
Mostra file Open project: hudl/qupid Class Usage Examples

Public Methods

Method Description
QuerySyntaxLexer ( ) : System.Collections.Generic
QuerySyntaxLexer ( ICharStream input ) : System.Collections.Generic
QuerySyntaxLexer ( ICharStream input, Antlr.Runtime.RecognizerSharedState state ) : System.Collections.Generic
mTokens ( ) : void

Protected Methods

Method Description
InitDFAs ( ) : void

Private Methods

Method Description
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

Method Details

InitDFAs() protected method

protected InitDFAs ( ) : void
return void

QuerySyntaxLexer() public method

public QuerySyntaxLexer ( ) : System.Collections.Generic
return System.Collections.Generic

QuerySyntaxLexer() public method

public QuerySyntaxLexer ( ICharStream input ) : System.Collections.Generic
input ICharStream
return System.Collections.Generic

QuerySyntaxLexer() public method

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

mTokens() public method

public mTokens ( ) : void
return void