C# Class RegexParser.Matchers.ExplicitDFAMatcher

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

Méthodes publiques

Méthode Description
ExplicitDFAMatcher ( string patternText, RegexOptionsEx options ) : System

Méthodes protégées

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

Private Methods

Méthode Description
createParser ( BasePattern pattern ) : string>.Parser

Method Details

ExplicitDFAMatcher() public méthode

public ExplicitDFAMatcher ( string patternText, RegexOptionsEx options ) : System
patternText string
options RegexOptionsEx
Résultat System

Parse() protected méthode

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

TransformAST() protected méthode

protected TransformAST ( BasePattern pattern ) : BasePattern
pattern RegexParser.Patterns.BasePattern
Résultat RegexParser.Patterns.BasePattern