Property | Type | Description | |
---|---|---|---|
dfa11 | DFA11 | ||
dfa14 | DFA14 | ||
dfa16 | DFA16 | ||
dfa46 | DFA46 | ||
dfa47 | DFA47 | ||
dfa5 | DFA5 | ||
dfa50 | DFA50 | ||
dfa54 | DFA54 | ||
dfa55 | DFA55 |
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 |
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 |
Method | Description | |
---|---|---|
InitializeCyclicDFAs ( ) : void |
public CseSHLexer ( ICharStream input ) : System | ||
input | ICharStream | |
return | System |
public CseSHLexer ( ICharStream input, Antlr.Runtime.RecognizerSharedState state ) : System | ||
input | ICharStream | |
state | Antlr.Runtime.RecognizerSharedState | |
return | System |
protected DFA11_SpecialStateTransition ( Antlr.Runtime.DFA dfa, int s, IIntStream _input ) : int | ||
dfa | Antlr.Runtime.DFA | |
s | int | |
_input | IIntStream | |
return | int |
protected DFA14_SpecialStateTransition ( Antlr.Runtime.DFA dfa, int s, IIntStream _input ) : int | ||
dfa | Antlr.Runtime.DFA | |
s | int | |
_input | IIntStream | |
return | int |
protected DFA54_SpecialStateTransition ( Antlr.Runtime.DFA dfa, int s, IIntStream _input ) : int | ||
dfa | Antlr.Runtime.DFA | |
s | int | |
_input | IIntStream | |
return | int |