C# Class RegExpose.Nodes.Parens.LookAhead

Inheritance: RegExpose.Nodes.Parens.LookAround
Mostrar archivo Open project: QuickenLoans/RegExpose Class Usage Examples

Public Methods

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

Protected Methods

Method Description
GetEngineInput ( IRegexEngine outerEngine ) : string
GetModifier ( IRegexEngine outerEngine ) : int

Method Details

GetEngineInput() protected method

protected GetEngineInput ( IRegexEngine outerEngine ) : string
outerEngine IRegexEngine
return string

GetModifier() protected method

protected GetModifier ( IRegexEngine outerEngine ) : int
outerEngine IRegexEngine
return int

LookAhead() public method

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