C# Class CseSHLexer, CSharp-Eval

Inheritance: Lexer
Mostrar archivo Open project: kcherr1/CSharp-Eval

Protected Properties

Property Type Description
dfa11 DFA11
dfa14 DFA14
dfa16 DFA16
dfa46 DFA46
dfa47 DFA47
dfa5 DFA5
dfa50 DFA50
dfa54 DFA54
dfa55 DFA55

Public Methods

Method Description
CseSHLexer ( ) : System
CseSHLexer ( ICharStream input ) : System
CseSHLexer ( ICharStream input, Antlr.Runtime.RecognizerSharedState state ) : System
mCHAR ( ) : void
mCOMMENT ( ) : void
mDIGIT ( ) : void
mDOT ( ) : void
mESC_SEQ ( ) : void
mFLTWITHSUFFIX ( ) : void
mHEX_DIGIT ( ) : void
mIDENT ( ) : void
mIDENT_CONT ( ) : void
mIDENT_START ( ) : void
mINTWITHSUFFIX ( ) : void
mKEYWORD ( ) : void
mLETTER ( ) : void
mNUM ( ) : void
mOCT_DIGIT ( ) : void
mOP ( ) : void
mSTR ( ) : void
mTokens ( ) : void
mWHITESPACE ( ) : void
mWS ( ) : void

Protected Methods

Method Description
DFA11_SpecialStateTransition ( Antlr.Runtime.DFA dfa, int s, IIntStream _input ) : int
DFA14_SpecialStateTransition ( Antlr.Runtime.DFA dfa, int s, IIntStream _input ) : int
DFA54_SpecialStateTransition ( Antlr.Runtime.DFA dfa, int s, IIntStream _input ) : int

Private Methods

Method Description
InitializeCyclicDFAs ( ) : void

Method Details

CseSHLexer() public method

public CseSHLexer ( ) : System
return System

CseSHLexer() public method

public CseSHLexer ( ICharStream input ) : System
input ICharStream
return System

CseSHLexer() public method

public CseSHLexer ( ICharStream input, Antlr.Runtime.RecognizerSharedState state ) : System
input ICharStream
state Antlr.Runtime.RecognizerSharedState
return System

DFA11_SpecialStateTransition() protected method

protected DFA11_SpecialStateTransition ( Antlr.Runtime.DFA dfa, int s, IIntStream _input ) : int
dfa Antlr.Runtime.DFA
s int
_input IIntStream
return int

DFA14_SpecialStateTransition() protected method

protected DFA14_SpecialStateTransition ( Antlr.Runtime.DFA dfa, int s, IIntStream _input ) : int
dfa Antlr.Runtime.DFA
s int
_input IIntStream
return int

DFA54_SpecialStateTransition() protected method

protected DFA54_SpecialStateTransition ( Antlr.Runtime.DFA dfa, int s, IIntStream _input ) : int
dfa Antlr.Runtime.DFA
s int
_input IIntStream
return int

mCHAR() public method

public mCHAR ( ) : void
return void

mCOMMENT() public method

public mCOMMENT ( ) : void
return void

mDIGIT() public method

public mDIGIT ( ) : void
return void

mDOT() public method

public mDOT ( ) : void
return void

mESC_SEQ() public method

public mESC_SEQ ( ) : void
return void

mFLTWITHSUFFIX() public method

public mFLTWITHSUFFIX ( ) : void
return void

mHEX_DIGIT() public method

public mHEX_DIGIT ( ) : void
return void

mIDENT() public method

public mIDENT ( ) : void
return void

mIDENT_CONT() public method

public mIDENT_CONT ( ) : void
return void

mIDENT_START() public method

public mIDENT_START ( ) : void
return void

mINTWITHSUFFIX() public method

public mINTWITHSUFFIX ( ) : void
return void

mKEYWORD() public method

public mKEYWORD ( ) : void
return void

mLETTER() public method

public mLETTER ( ) : void
return void

mNUM() public method

public mNUM ( ) : void
return void

mOCT_DIGIT() public method

public mOCT_DIGIT ( ) : void
return void

mOP() public method

public mOP ( ) : void
return void

mSTR() public method

public mSTR ( ) : void
return void

mTokens() public method

public mTokens ( ) : void
return void

mWHITESPACE() public method

public mWHITESPACE ( ) : void
return void

mWS() public method

public mWS ( ) : void
return void

Property Details

dfa11 protected_oe property

protected DFA11 dfa11
return DFA11

dfa14 protected_oe property

protected DFA14 dfa14
return DFA14

dfa16 protected_oe property

protected DFA16 dfa16
return DFA16

dfa46 protected_oe property

protected DFA46 dfa46
return DFA46

dfa47 protected_oe property

protected DFA47 dfa47
return DFA47

dfa5 protected_oe property

protected DFA5 dfa5
return DFA5

dfa50 protected_oe property

protected DFA50 dfa50
return DFA50

dfa54 protected_oe property

protected DFA54 dfa54
return DFA54

dfa55 protected_oe property

protected DFA55 dfa55
return DFA55