C# 클래스 InterpLexer, pinac

상속: Lexer
파일 보기 프로젝트 열기: shranjan/pinac 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
dfa5 DFA5
dfa6 DFA6

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InitializeCyclicDFAs ( ) : void

메소드 상세

InterpLexer() 공개 메소드

public InterpLexer ( ) : System.Collections.Generic
리턴 System.Collections.Generic

InterpLexer() 공개 메소드

public InterpLexer ( ICharStream input ) : System.Collections.Generic
input ICharStream
리턴 System.Collections.Generic

InterpLexer() 공개 메소드

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

mASSIGNMENT() 공개 메소드

public mASSIGNMENT ( ) : void
리턴 void

mDOUBLE_LITERAL() 공개 메소드

public mDOUBLE_LITERAL ( ) : void
리턴 void

mDeclaration1() 공개 메소드

public mDeclaration1 ( ) : void
리턴 void

mEND_OF_STATEMENT() 공개 메소드

public mEND_OF_STATEMENT ( ) : void
리턴 void

mFunction() 공개 메소드

public mFunction ( ) : void
리턴 void

mINT_LITERAL() 공개 메소드

public mINT_LITERAL ( ) : void
리턴 void

mMULTIPLY() 공개 메소드

public mMULTIPLY ( ) : void
리턴 void

mPLUS() 공개 메소드

public mPLUS ( ) : void
리턴 void

mSTRINGTYPE() 공개 메소드

public mSTRINGTYPE ( ) : void
리턴 void

mTYPE() 공개 메소드

public mTYPE ( ) : void
리턴 void

mT__12() 공개 메소드

public mT__12 ( ) : void
리턴 void

mT__13() 공개 메소드

public mT__13 ( ) : void
리턴 void

mT__14() 공개 메소드

public mT__14 ( ) : void
리턴 void

mT__15() 공개 메소드

public mT__15 ( ) : void
리턴 void

mT__16() 공개 메소드

public mT__16 ( ) : void
리턴 void

mT__17() 공개 메소드

public mT__17 ( ) : void
리턴 void

mT__18() 공개 메소드

public mT__18 ( ) : void
리턴 void

mT__19() 공개 메소드

public mT__19 ( ) : void
리턴 void

mT__20() 공개 메소드

public mT__20 ( ) : void
리턴 void

mT__21() 공개 메소드

public mT__21 ( ) : void
리턴 void

mT__22() 공개 메소드

public mT__22 ( ) : void
리턴 void

mT__23() 공개 메소드

public mT__23 ( ) : void
리턴 void

mT__24() 공개 메소드

public mT__24 ( ) : void
리턴 void

mT__25() 공개 메소드

public mT__25 ( ) : void
리턴 void

mT__26() 공개 메소드

public mT__26 ( ) : void
리턴 void

mTokens() 공개 메소드

public mTokens ( ) : void
리턴 void

mVARIABLE() 공개 메소드

public mVARIABLE ( ) : void
리턴 void

mVARTYPE() 공개 메소드

public mVARTYPE ( ) : void
리턴 void

mWHITESPACE() 공개 메소드

public mWHITESPACE ( ) : void
리턴 void

프로퍼티 상세

dfa5 보호되어 있는 프로퍼티

protected DFA5 dfa5
리턴 DFA5

dfa6 보호되어 있는 프로퍼티

protected DFA6 dfa6
리턴 DFA6