C# 클래스 UniAspectLexer, UniAspect

상속: Antlr.Runtime.Lexer
파일 보기 프로젝트 열기: UnicoenProject/UniAspect 1 사용 예제들

공개 메소드들

메소드 설명
UniAspectLexer ( ) : System.Collections.Generic
UniAspectLexer ( ICharStream input ) : System.Collections.Generic
UniAspectLexer ( ICharStream input, Antlr.Runtime.RecognizerSharedState state ) : System.Collections.Generic
mTokens ( ) : void

보호된 메소드들

메소드 설명
InitDFAs ( ) : void

비공개 메소드들

메소드 설명
EnterRule ( string ruleName, int ruleIndex ) : void
Enter_ADVICE_TYPE_ELEMENT ( ) : void
Enter_EscapeSequence ( ) : void
Enter_IDENTIFIER ( ) : void
Enter_INTLITERAL ( ) : void
Enter_OTHERS ( ) : void
Enter_STRING ( ) : void
Enter_T__33 ( ) : void
Enter_T__34 ( ) : void
Enter_T__35 ( ) : void
Enter_T__36 ( ) : void
Enter_T__37 ( ) : void
Enter_T__38 ( ) : void
Enter_T__39 ( ) : void
Enter_T__40 ( ) : void
Enter_T__41 ( ) : void
Enter_T__42 ( ) : void
Enter_T__43 ( ) : void
Enter_T__44 ( ) : void
Enter_T__45 ( ) : void
Enter_T__46 ( ) : void
Enter_T__47 ( ) : void
Enter_T__48 ( ) : void
Enter_T__49 ( ) : void
Enter_T__50 ( ) : void
Enter_WS ( ) : void
LeaveRule ( string ruleName, int ruleIndex ) : void
Leave_ADVICE_TYPE_ELEMENT ( ) : void
Leave_EscapeSequence ( ) : void
Leave_IDENTIFIER ( ) : void
Leave_INTLITERAL ( ) : void
Leave_OTHERS ( ) : void
Leave_STRING ( ) : void
Leave_T__33 ( ) : void
Leave_T__34 ( ) : void
Leave_T__35 ( ) : void
Leave_T__36 ( ) : void
Leave_T__37 ( ) : void
Leave_T__38 ( ) : void
Leave_T__39 ( ) : void
Leave_T__40 ( ) : void
Leave_T__41 ( ) : void
Leave_T__42 ( ) : void
Leave_T__43 ( ) : void
Leave_T__44 ( ) : void
Leave_T__45 ( ) : void
Leave_T__46 ( ) : void
Leave_T__47 ( ) : void
Leave_T__48 ( ) : void
Leave_T__49 ( ) : void
Leave_T__50 ( ) : void
Leave_WS ( ) : void
OnCreated ( ) : void
mADVICE_TYPE_ELEMENT ( ) : void
mEscapeSequence ( ) : void
mIDENTIFIER ( ) : void
mINTLITERAL ( ) : void
mOTHERS ( ) : void
mSTRING ( ) : void
mT__33 ( ) : void
mT__34 ( ) : void
mT__35 ( ) : void
mT__36 ( ) : void
mT__37 ( ) : void
mT__38 ( ) : void
mT__39 ( ) : void
mT__40 ( ) : void
mT__41 ( ) : void
mT__42 ( ) : void
mT__43 ( ) : void
mT__44 ( ) : void
mT__45 ( ) : void
mT__46 ( ) : void
mT__47 ( ) : void
mT__48 ( ) : void
mT__49 ( ) : void
mT__50 ( ) : void
mWS ( ) : void

메소드 상세

InitDFAs() 보호된 메소드

protected InitDFAs ( ) : void
리턴 void

UniAspectLexer() 공개 메소드

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

UniAspectLexer() 공개 메소드

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

UniAspectLexer() 공개 메소드

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

mTokens() 공개 메소드

public mTokens ( ) : void
리턴 void