C# 클래스 MetaGeta.TVShowPlugin.EducatedGuessImporter.Pattern

상속: IPattern
파일 보기 프로젝트 열기: anyoun/metageta

공개 메소드들

메소드 설명
Any ( ) : System.Text.RegularExpressions.Pattern
Exact ( ) : System.Text.RegularExpressions.Pattern
IsMatch ( IList tokens, int startIndex, int &matchingTokens ) : bool
MatchAndRemove ( List tokens ) : List
Not ( IPattern condition ) : System.Text.RegularExpressions.Pattern
Single ( Regex expression ) : System.Text.RegularExpressions.Pattern
Single ( TokenType type ) : System.Text.RegularExpressions.Pattern
Single ( string text ) : System.Text.RegularExpressions.Pattern
Start ( ) : System.Text.RegularExpressions.Pattern
ZeroOrMore ( IPattern condition ) : System.Text.RegularExpressions.Pattern

비공개 메소드들

메소드 설명
Pattern ( IEnumerable elements ) : System
Pattern ( IPattern element ) : System

메소드 상세

Any() 공개 정적인 메소드

public static Any ( ) : System.Text.RegularExpressions.Pattern
리턴 System.Text.RegularExpressions.Pattern

Exact() 공개 정적인 메소드

public static Exact ( ) : System.Text.RegularExpressions.Pattern
리턴 System.Text.RegularExpressions.Pattern

IsMatch() 공개 메소드

public IsMatch ( IList tokens, int startIndex, int &matchingTokens ) : bool
tokens IList
startIndex int
matchingTokens int
리턴 bool

MatchAndRemove() 공개 메소드

public MatchAndRemove ( List tokens ) : List
tokens List
리턴 List

Not() 공개 정적인 메소드

public static Not ( IPattern condition ) : System.Text.RegularExpressions.Pattern
condition IPattern
리턴 System.Text.RegularExpressions.Pattern

Single() 공개 정적인 메소드

public static Single ( Regex expression ) : System.Text.RegularExpressions.Pattern
expression System.Text.RegularExpressions.Regex
리턴 System.Text.RegularExpressions.Pattern

Single() 공개 정적인 메소드

public static Single ( TokenType type ) : System.Text.RegularExpressions.Pattern
type TokenType
리턴 System.Text.RegularExpressions.Pattern

Single() 공개 정적인 메소드

public static Single ( string text ) : System.Text.RegularExpressions.Pattern
text string
리턴 System.Text.RegularExpressions.Pattern

Start() 공개 정적인 메소드

public static Start ( ) : System.Text.RegularExpressions.Pattern
리턴 System.Text.RegularExpressions.Pattern

ZeroOrMore() 공개 정적인 메소드

public static ZeroOrMore ( IPattern condition ) : System.Text.RegularExpressions.Pattern
condition IPattern
리턴 System.Text.RegularExpressions.Pattern