C# Class Tools.Regex

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

Public Properties

Property Type Description
m_sub Regex

Public Methods

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

Protected Methods

Method Description
Regex ( ) : 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

Match() public method

public Match ( string str ) : int
str string
return int

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

Regex() protected method

protected Regex ( ) : System
return System

Regex() public method

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

Property Details

m_sub public_oe property

public Regex,Tools m_sub
return Regex