C# Class Tools.ReCat

Inheritance: Regex
Mostrar archivo Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Public Methods

Method Description
Build ( Nfa nfa ) : void
Match ( string str, int pos, int max ) : int
Print ( TextWriter s ) : void
ReCat ( TokensGen tks, Regex sub, int p, string str ) : System

Method Details

Build() public method

public Build ( Nfa nfa ) : void
nfa Nfa
return void

Match() public method

public Match ( string str, int pos, int max ) : int
str string
pos int
max int
return int

Print() public method

public Print ( TextWriter s ) : void
s System.IO.TextWriter
return void

ReCat() public method

public ReCat ( TokensGen tks, Regex sub, int p, string str ) : System
tks TokensGen
sub Regex
p int
str string
return System