C# Class InterpLexer, pinac

Inheritance: Lexer
Mostrar archivo Open project: shranjan/pinac Class Usage Examples

Protected Properties

Property Type Description
dfa5 DFA5
dfa6 DFA6

Public Methods

Method Description
InterpLexer ( ) : System.Collections.Generic
InterpLexer ( ICharStream input ) : System.Collections.Generic
InterpLexer ( ICharStream input, Antlr.Runtime.RecognizerSharedState state ) : System.Collections.Generic
mASSIGNMENT ( ) : void
mDOUBLE_LITERAL ( ) : void
mDeclaration1 ( ) : void
mEND_OF_STATEMENT ( ) : void
mFunction ( ) : void
mINT_LITERAL ( ) : void
mMULTIPLY ( ) : void
mPLUS ( ) : void
mSTRINGTYPE ( ) : void
mTYPE ( ) : void
mT__12 ( ) : void
mT__13 ( ) : void
mT__14 ( ) : void
mT__15 ( ) : void
mT__16 ( ) : void
mT__17 ( ) : void
mT__18 ( ) : void
mT__19 ( ) : void
mT__20 ( ) : void
mT__21 ( ) : void
mT__22 ( ) : void
mT__23 ( ) : void
mT__24 ( ) : void
mT__25 ( ) : void
mT__26 ( ) : void
mTokens ( ) : void
mVARIABLE ( ) : void
mVARTYPE ( ) : void
mWHITESPACE ( ) : void

Private Methods

Method Description
InitializeCyclicDFAs ( ) : void

Method Details

InterpLexer() public method

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

InterpLexer() public method

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

InterpLexer() public method

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

mASSIGNMENT() public method

public mASSIGNMENT ( ) : void
return void

mDOUBLE_LITERAL() public method

public mDOUBLE_LITERAL ( ) : void
return void

mDeclaration1() public method

public mDeclaration1 ( ) : void
return void

mEND_OF_STATEMENT() public method

public mEND_OF_STATEMENT ( ) : void
return void

mFunction() public method

public mFunction ( ) : void
return void

mINT_LITERAL() public method

public mINT_LITERAL ( ) : void
return void

mMULTIPLY() public method

public mMULTIPLY ( ) : void
return void

mPLUS() public method

public mPLUS ( ) : void
return void

mSTRINGTYPE() public method

public mSTRINGTYPE ( ) : void
return void

mTYPE() public method

public mTYPE ( ) : void
return void

mT__12() public method

public mT__12 ( ) : void
return void

mT__13() public method

public mT__13 ( ) : void
return void

mT__14() public method

public mT__14 ( ) : void
return void

mT__15() public method

public mT__15 ( ) : void
return void

mT__16() public method

public mT__16 ( ) : void
return void

mT__17() public method

public mT__17 ( ) : void
return void

mT__18() public method

public mT__18 ( ) : void
return void

mT__19() public method

public mT__19 ( ) : void
return void

mT__20() public method

public mT__20 ( ) : void
return void

mT__21() public method

public mT__21 ( ) : void
return void

mT__22() public method

public mT__22 ( ) : void
return void

mT__23() public method

public mT__23 ( ) : void
return void

mT__24() public method

public mT__24 ( ) : void
return void

mT__25() public method

public mT__25 ( ) : void
return void

mT__26() public method

public mT__26 ( ) : void
return void

mTokens() public method

public mTokens ( ) : void
return void

mVARIABLE() public method

public mVARIABLE ( ) : void
return void

mVARTYPE() public method

public mVARTYPE ( ) : void
return void

mWHITESPACE() public method

public mWHITESPACE ( ) : void
return void

Property Details

dfa5 protected_oe property

protected DFA5 dfa5
return DFA5

dfa6 protected_oe property

protected DFA6 dfa6
return DFA6