C# Class RegExpose.Nodes.Parens.NonCapturingParens

Inheritance: GroupingContainerNode
Datei anzeigen Open project: QuickenLoans/RegExpose Class Usage Examples

Public Methods

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

Protected Methods

Method 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 method

protected GetEndOfStringSteps ( IRegexEngine engine ) : IEnumerable
engine IRegexEngine
return IEnumerable

GetFailParseSteps() protected method

protected GetFailParseSteps ( IRegexEngine engine, State initialState, State currentState, bool skipAdvance ) : IEnumerable
engine IRegexEngine
initialState State
currentState State
skipAdvance bool
return IEnumerable

GetSuccessParseStep() protected method

protected GetSuccessParseStep ( IRegexEngine engine, State initialState ) : IEnumerable
engine IRegexEngine
initialState State
return IEnumerable

NonCapturingParens() public method

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