C# Class Tools.Arc

Datei anzeigen Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015

Public Properties

Property Type Description
m_ch char
m_next NfaNode

Public Methods

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

Method Details

Arc() public method

public Arc ( ) : System
return System

Arc() public method

public Arc ( char ch, NfaNode next ) : System
ch char
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_ch public_oe property

public char m_ch
return char

m_next public_oe property

public NfaNode,Tools m_next
return NfaNode