C# Class RegExpose.Nodes.RegexNode

Datei anzeigen Open project: QuickenLoans/RegExpose Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
RegexNode ( int index, string pattern ) : System.Collections.Generic

Private Methods

Method Description
GetFailMessage ( State initialState ) : string
GetPassMessage ( string match, State initialState ) : string
Parse ( IRegexEngine engine ) : IEnumerable

Method Details

RegexNode() protected method

protected RegexNode ( int index, string pattern ) : System.Collections.Generic
index int
pattern string
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string