C# Class Expressions.Csharp.CsharpLexer

Inheritance: Antlr.Runtime.Lexer
Exibir arquivo Open project: pvginkel/Expressions Class Usage Examples

Public Methods

Method Description
CsharpLexer ( ) : System.Collections.Generic
CsharpLexer ( ICharStream input ) : System.Collections.Generic
CsharpLexer ( 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_CHARACTER_LITERAL ( ) : void
EnterRule_DATETIME_LITERAL ( ) : void
EnterRule_DECIMAL_LITERAL ( ) : void
EnterRule_DOT ( ) : void
EnterRule_Digits ( ) : void
EnterRule_EscapeSequence ( ) : void
EnterRule_Exponent ( ) : void
EnterRule_FLOATING_POINT_LITERAL ( ) : void
EnterRule_FloatTypeSuffix ( ) : void
EnterRule_HEX_LITERAL ( ) : void
EnterRule_HexDigit ( ) : void
EnterRule_IDENTIFIER ( ) : void
EnterRule_LETTER ( ) : void
EnterRule_NumericTypeSuffix ( ) : void
EnterRule_STRING_LITERAL ( ) : void
EnterRule_TIMESPAN_LITERAL ( ) : void
EnterRule_T__22 ( ) : void
EnterRule_T__23 ( ) : void
EnterRule_T__24 ( ) : void
EnterRule_T__25 ( ) : void
EnterRule_T__26 ( ) : void
EnterRule_T__27 ( ) : void
EnterRule_T__28 ( ) : void
EnterRule_T__29 ( ) : void
EnterRule_T__30 ( ) : void
EnterRule_T__31 ( ) : void
EnterRule_T__32 ( ) : void
EnterRule_T__33 ( ) : void
EnterRule_T__34 ( ) : void
EnterRule_T__35 ( ) : void
EnterRule_T__36 ( ) : void
EnterRule_T__37 ( ) : void
EnterRule_T__38 ( ) : void
EnterRule_T__39 ( ) : 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_UnicodeEscape ( ) : void
EnterRule_WS ( ) : void
LeaveRule ( string ruleName, int ruleIndex ) : void
LeaveRule_CHARACTER_LITERAL ( ) : void
LeaveRule_DATETIME_LITERAL ( ) : void
LeaveRule_DECIMAL_LITERAL ( ) : void
LeaveRule_DOT ( ) : void
LeaveRule_Digits ( ) : void
LeaveRule_EscapeSequence ( ) : void
LeaveRule_Exponent ( ) : void
LeaveRule_FLOATING_POINT_LITERAL ( ) : void
LeaveRule_FloatTypeSuffix ( ) : void
LeaveRule_HEX_LITERAL ( ) : void
LeaveRule_HexDigit ( ) : void
LeaveRule_IDENTIFIER ( ) : void
LeaveRule_LETTER ( ) : void
LeaveRule_NumericTypeSuffix ( ) : void
LeaveRule_STRING_LITERAL ( ) : void
LeaveRule_TIMESPAN_LITERAL ( ) : void
LeaveRule_T__22 ( ) : void
LeaveRule_T__23 ( ) : void
LeaveRule_T__24 ( ) : void
LeaveRule_T__25 ( ) : void
LeaveRule_T__26 ( ) : void
LeaveRule_T__27 ( ) : void
LeaveRule_T__28 ( ) : void
LeaveRule_T__29 ( ) : void
LeaveRule_T__30 ( ) : void
LeaveRule_T__31 ( ) : void
LeaveRule_T__32 ( ) : void
LeaveRule_T__33 ( ) : void
LeaveRule_T__34 ( ) : void
LeaveRule_T__35 ( ) : void
LeaveRule_T__36 ( ) : void
LeaveRule_T__37 ( ) : void
LeaveRule_T__38 ( ) : void
LeaveRule_T__39 ( ) : 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_UnicodeEscape ( ) : void
LeaveRule_WS ( ) : void
OnCreated ( ) : void
mCHARACTER_LITERAL ( ) : void
mDATETIME_LITERAL ( ) : void
mDECIMAL_LITERAL ( ) : void
mDOT ( ) : void
mDigits ( ) : void
mEscapeSequence ( ) : void
mExponent ( ) : void
mFLOATING_POINT_LITERAL ( ) : void
mFloatTypeSuffix ( ) : void
mHEX_LITERAL ( ) : void
mHexDigit ( ) : void
mIDENTIFIER ( ) : void
mLETTER ( ) : void
mNumericTypeSuffix ( ) : void
mSTRING_LITERAL ( ) : void
mTIMESPAN_LITERAL ( ) : void
mT__22 ( ) : void
mT__23 ( ) : void
mT__24 ( ) : void
mT__25 ( ) : void
mT__26 ( ) : void
mT__27 ( ) : void
mT__28 ( ) : void
mT__29 ( ) : void
mT__30 ( ) : void
mT__31 ( ) : void
mT__32 ( ) : void
mT__33 ( ) : void
mT__34 ( ) : void
mT__35 ( ) : void
mT__36 ( ) : void
mT__37 ( ) : void
mT__38 ( ) : void
mT__39 ( ) : 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
mUnicodeEscape ( ) : void
mWS ( ) : void

Method Details

CsharpLexer() public method

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

CsharpLexer() public method

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

CsharpLexer() public method

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

InitDFAs() protected method

protected InitDFAs ( ) : void
return void

mTokens() public method

public mTokens ( ) : void
return void