C# Class Tools.ArcEx

Inheritance: Arc
Mostrar archivo Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015

Public Properties

Property Type Description
m_ref Regex

Public Methods

Method Description
ArcEx ( Regex re, NfaNode next ) : System
Match ( char ch ) : bool
Print ( TextWriter s ) : void

Method Details

ArcEx() public method

public ArcEx ( Regex re, NfaNode next ) : System
re Regex
next NfaNode
return System

Match() public method

public Match ( char ch ) : bool
ch char
return bool

Print() public method

public Print ( TextWriter s ) : void
s System.IO.TextWriter
return void

Property Details

m_ref public_oe property

public Regex,Tools m_ref
return Regex