C# Class RegExpose.Nodes.Parens.LookAhead

Inheritance: RegExpose.Nodes.Parens.LookAround
Afficher le fichier Open project: QuickenLoans/RegExpose Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetEngineInput ( IRegexEngine outerEngine ) : string
GetModifier ( IRegexEngine outerEngine ) : int

Method Details

GetEngineInput() protected méthode

protected GetEngineInput ( IRegexEngine outerEngine ) : string
outerEngine IRegexEngine
Résultat string

GetModifier() protected méthode

protected GetModifier ( IRegexEngine outerEngine ) : int
outerEngine IRegexEngine
Résultat int

LookAhead() public méthode

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