C# Class InterpLexer, pinac

Inheritance: Lexer
Afficher le fichier Open project: shranjan/pinac Class Usage Examples

Protected Properties

Свойство Type Description
dfa5 DFA5
dfa6 DFA6

Méthodes publiques

Méthode 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

Méthode Description
InitializeCyclicDFAs ( ) : void

Method Details

InterpLexer() public méthode

public InterpLexer ( ) : System.Collections.Generic
Résultat System.Collections.Generic

InterpLexer() public méthode

public InterpLexer ( ICharStream input ) : System.Collections.Generic
input ICharStream
Résultat System.Collections.Generic

InterpLexer() public méthode

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

mASSIGNMENT() public méthode

public mASSIGNMENT ( ) : void
Résultat void

mDOUBLE_LITERAL() public méthode

public mDOUBLE_LITERAL ( ) : void
Résultat void

mDeclaration1() public méthode

public mDeclaration1 ( ) : void
Résultat void

mEND_OF_STATEMENT() public méthode

public mEND_OF_STATEMENT ( ) : void
Résultat void

mFunction() public méthode

public mFunction ( ) : void
Résultat void

mINT_LITERAL() public méthode

public mINT_LITERAL ( ) : void
Résultat void

mMULTIPLY() public méthode

public mMULTIPLY ( ) : void
Résultat void

mPLUS() public méthode

public mPLUS ( ) : void
Résultat void

mSTRINGTYPE() public méthode

public mSTRINGTYPE ( ) : void
Résultat void

mTYPE() public méthode

public mTYPE ( ) : void
Résultat void

mT__12() public méthode

public mT__12 ( ) : void
Résultat void

mT__13() public méthode

public mT__13 ( ) : void
Résultat void

mT__14() public méthode

public mT__14 ( ) : void
Résultat void

mT__15() public méthode

public mT__15 ( ) : void
Résultat void

mT__16() public méthode

public mT__16 ( ) : void
Résultat void

mT__17() public méthode

public mT__17 ( ) : void
Résultat void

mT__18() public méthode

public mT__18 ( ) : void
Résultat void

mT__19() public méthode

public mT__19 ( ) : void
Résultat void

mT__20() public méthode

public mT__20 ( ) : void
Résultat void

mT__21() public méthode

public mT__21 ( ) : void
Résultat void

mT__22() public méthode

public mT__22 ( ) : void
Résultat void

mT__23() public méthode

public mT__23 ( ) : void
Résultat void

mT__24() public méthode

public mT__24 ( ) : void
Résultat void

mT__25() public méthode

public mT__25 ( ) : void
Résultat void

mT__26() public méthode

public mT__26 ( ) : void
Résultat void

mTokens() public méthode

public mTokens ( ) : void
Résultat void

mVARIABLE() public méthode

public mVARIABLE ( ) : void
Résultat void

mVARTYPE() public méthode

public mVARTYPE ( ) : void
Résultat void

mWHITESPACE() public méthode

public mWHITESPACE ( ) : void
Résultat void

Property Details

dfa5 protected_oe property

protected DFA5 dfa5
Résultat DFA5

dfa6 protected_oe property

protected DFA6 dfa6
Résultat DFA6