C# Class Acquarella.Console.Program

ファイルを表示 Open project: ajlopez/Acquarella

Public Methods

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

Private Methods

Method Description
IsFilename ( string name ) : bool

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

ProcessFile() public static method

public static ProcessFile ( string filename ) : void
filename string
return void

SetColor() public static method

public static SetColor ( TokenType type ) : void
type TokenType
return void

WriteToConsole() public static method

public static WriteToConsole ( string text, Lexer lexer ) : void
text string
lexer Acquarella.Lexers.Lexer
return void