C# 클래스 RegexParser.Matchers.ImplicitDFAMatcher

상속: BaseMatcher
파일 보기 프로젝트 열기: aistrate/RegexParser

공개 메소드들

메소드 설명
ImplicitDFAMatcher ( string patternText, RegexOptionsEx options ) : ParserCombinators

보호된 메소드들

메소드 설명
Parse ( ArrayConsList consList, int afterLastMatchIndex ) : Match2>.Result

메소드 상세

ImplicitDFAMatcher() 공개 메소드

public ImplicitDFAMatcher ( string patternText, RegexOptionsEx options ) : ParserCombinators
patternText string
options RegexOptionsEx
리턴 ParserCombinators

Parse() 보호된 메소드

protected Parse ( ArrayConsList consList, int afterLastMatchIndex ) : Match2>.Result
consList ArrayConsList
afterLastMatchIndex int
리턴 Match2>.Result