C# Class MakeScannerCS.MakeScanner

Afficher le fichier Open project: jamescurran/ShakespeareCompiler Class Usage Examples

Méthodes publiques

Méthode Description
InsertFile ( string filename ) : void
MakeScanner ( string inc_path ) : System
RuleForWord ( string line, string token ) : void
RulesFromFile ( string filename, string token ) : void
WriteLine ( ) : void
WriteLine ( string text ) : void

Private Methods

Méthode Description
MakeRegExp ( string line ) : string
WriteTo ( TextWriter textWriter ) : void

Method Details

InsertFile() public méthode

public InsertFile ( string filename ) : void
filename string
Résultat void

MakeScanner() public méthode

public MakeScanner ( string inc_path ) : System
inc_path string
Résultat System

RuleForWord() public méthode

public RuleForWord ( string line, string token ) : void
line string
token string
Résultat void

RulesFromFile() public méthode

public RulesFromFile ( string filename, string token ) : void
filename string
token string
Résultat void

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( string text ) : void
text string
Résultat void