C# Class Tools.ReStr

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

Public Properties

Property Type Description
m_str string

Public Methods

Method Description
Build ( Nfa nfa ) : void
Match ( string str, int pos, int max ) : int
Print ( TextWriter s ) : void
ReStr ( ) : System
ReStr ( TokensGen tks, char ch ) : System
ReStr ( TokensGen tks, 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

ReStr() public method

public ReStr ( ) : System
return System

ReStr() public method

public ReStr ( TokensGen tks, char ch ) : System
tks TokensGen
ch char
return System

ReStr() public method

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

Property Details

m_str public_oe property

public string m_str
return string