C# 클래스 RegExpose.Nodes.RegexNode

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

공개 메소드들

메소드 설명
ToString ( ) : string

보호된 메소드들

메소드 설명
RegexNode ( int index, string pattern ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetFailMessage ( State initialState ) : string
GetPassMessage ( string match, State initialState ) : string
Parse ( IRegexEngine engine ) : IEnumerable

메소드 상세

RegexNode() 보호된 메소드

protected RegexNode ( int index, string pattern ) : System.Collections.Generic
index int
pattern string
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string