C# Class Acquarella.Console.Program

Afficher le fichier Open project: ajlopez/Acquarella

Méthodes publiques

Méthode Description
Main ( string args ) : void
ProcessFile ( string filename ) : void
SetColor ( TokenType type ) : void
WriteToConsole ( string text, Lexer lexer ) : void

Private Methods

Méthode Description
IsFilename ( string name ) : bool

Method Details

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

ProcessFile() public static méthode

public static ProcessFile ( string filename ) : void
filename string
Résultat void

SetColor() public static méthode

public static SetColor ( TokenType type ) : void
type TokenType
Résultat void

WriteToConsole() public static méthode

public static WriteToConsole ( string text, Lexer lexer ) : void
text string
lexer Acquarella.Lexers.Lexer
Résultat void