C# Class Tools.ReUStr

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

Méthodes publiques

Méthode Description
Build ( Nfa nfa ) : void
Match ( string str, int pos, int max ) : int
Print ( TextWriter s ) : void
ReUStr ( TokensGen tks, char ch ) : System
ReUStr ( TokensGen tks, string str ) : System

Method Details

Build() public méthode

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

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

ReUStr() public méthode

public ReUStr ( TokensGen tks, char ch ) : System
tks TokensGen
ch char
Résultat System

ReUStr() public méthode

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