C# Class RegExpose.Nodes.Parens.NonCapturingParens

Inheritance: GroupingContainerNode
Afficher le fichier Open project: QuickenLoans/RegExpose Class Usage Examples

Méthodes publiques

Méthode Description
NonCapturingParens ( IEnumerable children, int index, string pattern ) : System.Collections.Generic

Méthodes protégées

Méthode Description
GetEndOfStringSteps ( IRegexEngine engine ) : IEnumerable
GetFailParseSteps ( IRegexEngine engine, State initialState, State currentState, bool skipAdvance ) : IEnumerable
GetSuccessParseStep ( IRegexEngine engine, State initialState ) : IEnumerable

Method Details

GetEndOfStringSteps() protected méthode

protected GetEndOfStringSteps ( IRegexEngine engine ) : IEnumerable
engine IRegexEngine
Résultat IEnumerable

GetFailParseSteps() protected méthode

protected GetFailParseSteps ( IRegexEngine engine, State initialState, State currentState, bool skipAdvance ) : IEnumerable
engine IRegexEngine
initialState State
currentState State
skipAdvance bool
Résultat IEnumerable

GetSuccessParseStep() protected méthode

protected GetSuccessParseStep ( IRegexEngine engine, State initialState ) : IEnumerable
engine IRegexEngine
initialState State
Résultat IEnumerable

NonCapturingParens() public méthode

public NonCapturingParens ( IEnumerable children, int index, string pattern ) : System.Collections.Generic
children IEnumerable
index int
pattern string
Résultat System.Collections.Generic