C# 클래스 Alsing.Text.TokenTree

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
AddPattern ( IPatternMatcher matcher, bool caseSensitive, bool needSeparators, object tags ) : void
AddPattern ( string prefix, IPatternMatcher matcher, bool caseSensitive, bool needSeparators, object tags ) : void
AddToken ( string text, bool caseSensitive, bool needSeparators, object tags ) : void
Match ( string text, int startIndex ) : MatchResult
TokenTree ( ) : System

비공개 메소드들

메소드 설명
AddCaseInsensitiveToken ( string text, bool needSeparators, object tags ) : void
AddCaseSensitiveToken ( string text, bool needSeparators, object tags ) : void
AddPatternWithCaseInsensitivePrefix ( string prefix, IPatternMatcher matcher, bool needSeparators, object tags ) : void
AddPatternWithCaseSensitivePrefix ( string prefix, IPatternMatcher matcher, bool needSeparators, object tags ) : void
AddPatternWithoutPrefix ( IPatternMatcher matcher, bool caseSensitive, bool needSeparators, object tags ) : void

메소드 상세

AddPattern() 공개 메소드

public AddPattern ( IPatternMatcher matcher, bool caseSensitive, bool needSeparators, object tags ) : void
matcher IPatternMatcher
caseSensitive bool
needSeparators bool
tags object
리턴 void

AddPattern() 공개 메소드

public AddPattern ( string prefix, IPatternMatcher matcher, bool caseSensitive, bool needSeparators, object tags ) : void
prefix string
matcher IPatternMatcher
caseSensitive bool
needSeparators bool
tags object
리턴 void

AddToken() 공개 메소드

public AddToken ( string text, bool caseSensitive, bool needSeparators, object tags ) : void
text string
caseSensitive bool
needSeparators bool
tags object
리턴 void

Match() 공개 메소드

public Match ( string text, int startIndex ) : MatchResult
text string
startIndex int
리턴 MatchResult

TokenTree() 공개 메소드

public TokenTree ( ) : System
리턴 System