C# Class JSONRecognizerLexer, tf_client

Inheritance: Antlr.Runtime.Lexer
Mostrar archivo Open project: wids-eria/tf_client Class Usage Examples

Public Methods

Method Description
JSONRecognizerLexer ( ) : System.Collections.Generic
JSONRecognizerLexer ( ICharStream input ) : System.Collections.Generic
JSONRecognizerLexer ( 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_COMMA ( ) : void
EnterRule_Digit ( ) : void
EnterRule_EscapeSequence ( ) : void
EnterRule_Exponent ( ) : void
EnterRule_HexDigit ( ) : void
EnterRule_Number ( ) : void
EnterRule_String ( ) : void
EnterRule_T__21 ( ) : 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_UnicodeEscape ( ) : void
EnterRule_WS ( ) : void
LeaveRule ( string ruleName, int ruleIndex ) : void
LeaveRule_COMMA ( ) : void
LeaveRule_Digit ( ) : void
LeaveRule_EscapeSequence ( ) : void
LeaveRule_Exponent ( ) : void
LeaveRule_HexDigit ( ) : void
LeaveRule_Number ( ) : void
LeaveRule_String ( ) : void
LeaveRule_T__21 ( ) : 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_UnicodeEscape ( ) : void
LeaveRule_WS ( ) : void
OnCreated ( ) : void
mCOMMA ( ) : void
mDigit ( ) : void
mEscapeSequence ( ) : void
mExponent ( ) : void
mHexDigit ( ) : void
mNumber ( ) : void
mString ( ) : void
mT__21 ( ) : void
mT__22 ( ) : void
mT__23 ( ) : void
mT__24 ( ) : void
mT__25 ( ) : void
mT__26 ( ) : void
mT__27 ( ) : void
mT__28 ( ) : void
mUnicodeEscape ( ) : void
mWS ( ) : void

Method Details

InitDFAs() protected method

protected InitDFAs ( ) : void
return void

JSONRecognizerLexer() public method

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

JSONRecognizerLexer() public method

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

JSONRecognizerLexer() public method

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