C# 클래스 vinitgrammerLexer, pinac

상속: Lexer
파일 보기 프로젝트 열기: shranjan/pinac

보호된 프로퍼티들

프로퍼티 타입 설명
dfa4 DFA4

공개 메소드들

메소드 설명
mASSIGNMENT ( ) : void
mEND_OF_STATEMENT ( ) : void
mINT_LITERAL ( ) : void
mPLUS ( ) : void
mTYPE ( ) : void
mT__11 ( ) : 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
mTokens ( ) : void
mVARIABLE ( ) : void
mWHITESPACE ( ) : void
vinitgrammerLexer ( ) : System.Collections.Generic
vinitgrammerLexer ( ICharStream input ) : System.Collections.Generic
vinitgrammerLexer ( ICharStream input, Antlr.Runtime.RecognizerSharedState state ) : System.Collections.Generic

비공개 메소드들

메소드 설명
InitializeCyclicDFAs ( ) : void

메소드 상세

mASSIGNMENT() 공개 메소드

public mASSIGNMENT ( ) : void
리턴 void

mEND_OF_STATEMENT() 공개 메소드

public mEND_OF_STATEMENT ( ) : void
리턴 void

mINT_LITERAL() 공개 메소드

public mINT_LITERAL ( ) : void
리턴 void

mPLUS() 공개 메소드

public mPLUS ( ) : void
리턴 void

mTYPE() 공개 메소드

public mTYPE ( ) : void
리턴 void

mT__11() 공개 메소드

public mT__11 ( ) : 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

mTokens() 공개 메소드

public mTokens ( ) : void
리턴 void

mVARIABLE() 공개 메소드

public mVARIABLE ( ) : void
리턴 void

mWHITESPACE() 공개 메소드

public mWHITESPACE ( ) : void
리턴 void

vinitgrammerLexer() 공개 메소드

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

vinitgrammerLexer() 공개 메소드

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

vinitgrammerLexer() 공개 메소드

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

프로퍼티 상세

dfa4 보호되어 있는 프로퍼티

protected DFA4 dfa4
리턴 DFA4