C# Class Tools.ReCategory

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

Public Methods

Method Description
Build ( Nfa nfa ) : void
Match ( char ch ) : bool
Print ( TextWriter s ) : void
ReCategory ( TokensGen tks, string str ) : System

Method Details

Build() public method

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

Match() public method

public Match ( char ch ) : bool
ch char
return bool

Print() public method

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

ReCategory() public method

public ReCategory ( TokensGen tks, string str ) : System
tks TokensGen
str string
return System