C# Class RegexParser.Matchers.ImplicitDFAMatcher

Inheritance: BaseMatcher
Mostrar archivo Open project: aistrate/RegexParser

Public Methods

Method Description
ImplicitDFAMatcher ( string patternText, RegexOptionsEx options ) : ParserCombinators

Protected Methods

Method Description
Parse ( ArrayConsList consList, int afterLastMatchIndex ) : Match2>.Result

Method Details

ImplicitDFAMatcher() public method

public ImplicitDFAMatcher ( string patternText, RegexOptionsEx options ) : ParserCombinators
patternText string
options RegexOptionsEx
return ParserCombinators

Parse() protected method

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