C# Class RegexParser.Matchers.ImplicitDFAMatcher

Inheritance: BaseMatcher
Afficher le fichier Open project: aistrate/RegexParser

Méthodes publiques

Méthode Description
ImplicitDFAMatcher ( string patternText, RegexOptionsEx options ) : ParserCombinators

Méthodes protégées

Méthode Description
Parse ( ArrayConsList consList, int afterLastMatchIndex ) : Match2>.Result

Method Details

ImplicitDFAMatcher() public méthode

public ImplicitDFAMatcher ( string patternText, RegexOptionsEx options ) : ParserCombinators
patternText string
options RegexOptionsEx
Résultat ParserCombinators

Parse() protected méthode

protected Parse ( ArrayConsList consList, int afterLastMatchIndex ) : Match2>.Result
consList ArrayConsList
afterLastMatchIndex int
Résultat Match2>.Result