C# Class Tools.ReRange

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

Public Properties

Property Type Description
m_invert bool
m_map System.Collections.Hashtable

Public Methods

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

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 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

ReRange() public method

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

Set() public method

public Set ( TokensGen tks, char ch ) : void
tks TokensGen
ch char
return void

Property Details

m_invert public_oe property

public bool m_invert
return bool

m_map public_oe property

public Hashtable,System.Collections m_map
return System.Collections.Hashtable