C# Class Tools.UArc

Inheritance: Arc
Afficher le fichier Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015

Méthodes publiques

Méthode Description
Match ( char ch ) : bool
Print ( TextWriter s ) : void
UArc ( ) : System
UArc ( char ch, NfaNode next ) : System

Method Details

Match() public méthode

public Match ( char ch ) : bool
ch char
Résultat bool

Print() public méthode

public Print ( TextWriter s ) : void
s System.IO.TextWriter
Résultat void

UArc() public méthode

public UArc ( ) : System
Résultat System

UArc() public méthode

public UArc ( char ch, NfaNode next ) : System
ch char
next NfaNode
Résultat System