C# Class Tools.ReRange

Inheritance: Regex
Afficher le fichier Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Méthodes publiques

Свойство Type Description
m_invert bool
m_map System.Collections.Hashtable

Méthodes publiques

Méthode 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 méthode

public Build ( Nfa nfa ) : void
nfa Nfa
Résultat void

Match() public méthode

public Match ( char ch ) : bool
ch char
Résultat bool

Match() public méthode

public Match ( string str, int pos, int max ) : int
str string
pos int
max int
Résultat int

Print() public méthode

public Print ( TextWriter s ) : void
s System.IO.TextWriter
Résultat void

ReRange() public méthode

public ReRange ( TokensGen tks, string str ) : System
tks TokensGen
str string
Résultat System

Set() public méthode

public Set ( TokensGen tks, char ch ) : void
tks TokensGen
ch char
Résultat void

Property Details

m_invert public_oe property

public bool m_invert
Résultat bool

m_map public_oe property

public Hashtable,System.Collections m_map
Résultat System.Collections.Hashtable