C# 클래스 RegExpose.Nodes.Parens.LookAhead

상속: RegExpose.Nodes.Parens.LookAround
파일 보기 프로젝트 열기: QuickenLoans/RegExpose 1 사용 예제들

공개 메소드들

메소드 설명
LookAhead ( bool negative, IEnumerable children, int index, string pattern ) : System.Collections.Generic

보호된 메소드들

메소드 설명
GetEngineInput ( IRegexEngine outerEngine ) : string
GetModifier ( IRegexEngine outerEngine ) : int

메소드 상세

GetEngineInput() 보호된 메소드

protected GetEngineInput ( IRegexEngine outerEngine ) : string
outerEngine IRegexEngine
리턴 string

GetModifier() 보호된 메소드

protected GetModifier ( IRegexEngine outerEngine ) : int
outerEngine IRegexEngine
리턴 int

LookAhead() 공개 메소드

public LookAhead ( bool negative, IEnumerable children, int index, string pattern ) : System.Collections.Generic
negative bool
children IEnumerable
index int
pattern string
리턴 System.Collections.Generic