C# Class Tools.ReAlt

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

Public Properties

Property Type Description
m_alt Regex

Public Methods

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

Method Details

Build() public method

public Build ( Nfa nfa ) : void
nfa Nfa
return void

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

ReAlt() public method

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

Property Details

m_alt public_oe property

public Regex,Tools m_alt
return Regex