C# Class Tools.Regex

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

Méthodes publiques

Свойство Type Description
m_sub Regex

Méthodes publiques

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

Méthodes protégées

Méthode Description
Regex ( ) : System

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
str string
Résultat int

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

Regex() protected méthode

protected Regex ( ) : System
Résultat System

Regex() public méthode

public Regex ( TokensGen tks, int p, string str ) : System
tks TokensGen
p int
str string
Résultat System

Property Details

m_sub public_oe property

public Regex,Tools m_sub
Résultat Regex