C# Class Pomona.Queries.PomonaQueryLexer

Inheritance: Antlr.Runtime.Lexer
ファイルを表示 Open project: Pomona/Pomona

Public Methods

Method Description
PomonaQueryLexer ( ) : System.Collections.Generic
PomonaQueryLexer ( ICharStream input ) : System.Collections.Generic
PomonaQueryLexer ( 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_ESC_SEQ ( ) : void
EnterRule_HEX_DIGIT ( ) : void
EnterRule_ID ( ) : void
EnterRule_INT ( ) : void
EnterRule_OCTAL_ESC ( ) : void
EnterRule_PREFIXED_STRING ( ) : void
EnterRule_STRING ( ) : void
EnterRule_T__40 ( ) : void
EnterRule_T__41 ( ) : void
EnterRule_T__42 ( ) : void
EnterRule_T__43 ( ) : void
EnterRule_T__44 ( ) : void
EnterRule_T__45 ( ) : void
EnterRule_T__46 ( ) : void
EnterRule_T__47 ( ) : void
EnterRule_T__48 ( ) : void
EnterRule_T__49 ( ) : void
EnterRule_T__50 ( ) : void
EnterRule_T__51 ( ) : void
EnterRule_T__52 ( ) : void
EnterRule_T__53 ( ) : void
EnterRule_T__54 ( ) : void
EnterRule_T__55 ( ) : void
EnterRule_T__56 ( ) : void
EnterRule_T__57 ( ) : void
EnterRule_T__58 ( ) : void
EnterRule_T__59 ( ) : void
EnterRule_T__60 ( ) : void
EnterRule_T__61 ( ) : void
EnterRule_T__62 ( ) : void
EnterRule_T__63 ( ) : void
EnterRule_T__64 ( ) : void
EnterRule_T__65 ( ) : void
EnterRule_T__66 ( ) : void
EnterRule_T__67 ( ) : void
EnterRule_T__68 ( ) : void
EnterRule_T__69 ( ) : void
EnterRule_T__70 ( ) : void
EnterRule_T__71 ( ) : void
EnterRule_T__72 ( ) : void
EnterRule_T__73 ( ) : void
EnterRule_T__74 ( ) : void
EnterRule_T__75 ( ) : void
EnterRule_T__76 ( ) : void
EnterRule_T__77 ( ) : void
EnterRule_T__78 ( ) : void
EnterRule_T__79 ( ) : void
EnterRule_UNICODE_ESC ( ) : void
EnterRule_WS ( ) : void
LeaveRule ( string ruleName, int ruleIndex ) : void
LeaveRule_ESC_SEQ ( ) : void
LeaveRule_HEX_DIGIT ( ) : void
LeaveRule_ID ( ) : void
LeaveRule_INT ( ) : void
LeaveRule_OCTAL_ESC ( ) : void
LeaveRule_PREFIXED_STRING ( ) : void
LeaveRule_STRING ( ) : void
LeaveRule_T__40 ( ) : void
LeaveRule_T__41 ( ) : void
LeaveRule_T__42 ( ) : void
LeaveRule_T__43 ( ) : void
LeaveRule_T__44 ( ) : void
LeaveRule_T__45 ( ) : void
LeaveRule_T__46 ( ) : void
LeaveRule_T__47 ( ) : void
LeaveRule_T__48 ( ) : void
LeaveRule_T__49 ( ) : void
LeaveRule_T__50 ( ) : void
LeaveRule_T__51 ( ) : void
LeaveRule_T__52 ( ) : void
LeaveRule_T__53 ( ) : void
LeaveRule_T__54 ( ) : void
LeaveRule_T__55 ( ) : void
LeaveRule_T__56 ( ) : void
LeaveRule_T__57 ( ) : void
LeaveRule_T__58 ( ) : void
LeaveRule_T__59 ( ) : void
LeaveRule_T__60 ( ) : void
LeaveRule_T__61 ( ) : void
LeaveRule_T__62 ( ) : void
LeaveRule_T__63 ( ) : void
LeaveRule_T__64 ( ) : void
LeaveRule_T__65 ( ) : void
LeaveRule_T__66 ( ) : void
LeaveRule_T__67 ( ) : void
LeaveRule_T__68 ( ) : void
LeaveRule_T__69 ( ) : void
LeaveRule_T__70 ( ) : void
LeaveRule_T__71 ( ) : void
LeaveRule_T__72 ( ) : void
LeaveRule_T__73 ( ) : void
LeaveRule_T__74 ( ) : void
LeaveRule_T__75 ( ) : void
LeaveRule_T__76 ( ) : void
LeaveRule_T__77 ( ) : void
LeaveRule_T__78 ( ) : void
LeaveRule_T__79 ( ) : void
LeaveRule_UNICODE_ESC ( ) : void
LeaveRule_WS ( ) : void
OnCreated ( ) : void
mESC_SEQ ( ) : void
mHEX_DIGIT ( ) : void
mID ( ) : void
mINT ( ) : void
mOCTAL_ESC ( ) : void
mPREFIXED_STRING ( ) : void
mSTRING ( ) : void
mT__40 ( ) : void
mT__41 ( ) : void
mT__42 ( ) : void
mT__43 ( ) : void
mT__44 ( ) : void
mT__45 ( ) : void
mT__46 ( ) : void
mT__47 ( ) : void
mT__48 ( ) : void
mT__49 ( ) : void
mT__50 ( ) : void
mT__51 ( ) : void
mT__52 ( ) : void
mT__53 ( ) : void
mT__54 ( ) : void
mT__55 ( ) : void
mT__56 ( ) : void
mT__57 ( ) : void
mT__58 ( ) : void
mT__59 ( ) : void
mT__60 ( ) : void
mT__61 ( ) : void
mT__62 ( ) : void
mT__63 ( ) : void
mT__64 ( ) : void
mT__65 ( ) : void
mT__66 ( ) : void
mT__67 ( ) : void
mT__68 ( ) : void
mT__69 ( ) : void
mT__70 ( ) : void
mT__71 ( ) : void
mT__72 ( ) : void
mT__73 ( ) : void
mT__74 ( ) : void
mT__75 ( ) : void
mT__76 ( ) : void
mT__77 ( ) : void
mT__78 ( ) : void
mT__79 ( ) : void
mUNICODE_ESC ( ) : void
mWS ( ) : void

Method Details

InitDFAs() protected method

protected InitDFAs ( ) : void
return void

PomonaQueryLexer() public method

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

PomonaQueryLexer() public method

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

PomonaQueryLexer() public method

public PomonaQueryLexer ( 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