C# Class Tools.Nfa

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

Public Properties

Property Type Description
m_end NfaNode

Public Methods

Method Description
Nfa ( TokensGen tks ) : System
Nfa ( TokensGen tks, Regex re ) : System

Method Details

Nfa() public method

public Nfa ( TokensGen tks ) : System
tks TokensGen
return System

Nfa() public method

public Nfa ( TokensGen tks, Regex re ) : System
tks TokensGen
re Regex
return System

Property Details

m_end public_oe property

public NfaNode,Tools m_end
return NfaNode