C# Class RegExpose.Nodes.Quantifiers.PossessiveQuantifier

Inheritance: RegExpose.Nodes.Quantifiers.Quantifier
Afficher le fichier Open project: QuickenLoans/RegExpose

Méthodes publiques

Méthode Description
PossessiveQuantifier ( int min, int max, RegexNode child, int index, string pattern ) : System

Méthodes protégées

Méthode Description
ParseSpecific ( IRegexEngine engine, State initialState, StringBuilder matchedText ) : IEnumerable

Method Details

ParseSpecific() protected méthode

protected ParseSpecific ( IRegexEngine engine, State initialState, StringBuilder matchedText ) : IEnumerable
engine IRegexEngine
initialState State
matchedText StringBuilder
Résultat IEnumerable

PossessiveQuantifier() public méthode

public PossessiveQuantifier ( int min, int max, RegexNode child, int index, string pattern ) : System
min int
max int
child RegexNode
index int
pattern string
Résultat System