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 |
Méthode | Description | |
---|---|---|
MakeRegExp ( string line ) : string | ||
WriteTo ( |
public InsertFile ( string filename ) : void | ||
filename | string | |
Résultat | void |
public MakeScanner ( string inc_path ) : System | ||
inc_path | string | |
Résultat | System |
public RuleForWord ( string line, string token ) : void | ||
line | string | |
token | string | |
Résultat | void |
public RulesFromFile ( string filename, string token ) : void | ||
filename | string | |
token | string | |
Résultat | void |