C# Class RegExpose.RegexEngine.RegexEngineInternal

Inheritance: IRegexEngine
Afficher le fichier Open project: QuickenLoans/RegExpose

Méthodes publiques

Méthode Description
AddCapture ( int number, int index, string value ) : void
AddSavedState ( ISavedState state ) : void
GetAllDefinedCaptures ( ) : Stack>>.IEnumerable
GetCaptures ( int number ) : IEnumerable
PopCapture ( int number ) : bool
RegexEngineInternal ( string input ) : System
ToString ( ) : string

Method Details

AddCapture() public méthode

public AddCapture ( int number, int index, string value ) : void
number int
index int
value string
Résultat void

AddSavedState() public méthode

public AddSavedState ( ISavedState state ) : void
state ISavedState
Résultat void

GetAllDefinedCaptures() public méthode

public GetAllDefinedCaptures ( ) : Stack>>.IEnumerable
Résultat Stack>>.IEnumerable

GetCaptures() public méthode

public GetCaptures ( int number ) : IEnumerable
number int
Résultat IEnumerable

PopCapture() public méthode

public PopCapture ( int number ) : bool
number int
Résultat bool

RegexEngineInternal() public méthode

public RegexEngineInternal ( string input ) : System
input string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string