C# Class XSpect.Yacq.Repl.EvaluationContext

Inheritance: System.MarshalByRefObject
Show file Open project: takeshik/yacq

Public Methods

Method Description
Log ( ConsoleColor color, String body ) : void
Start ( ) : void

Private Methods

Method Description
EvaluationContext ( SymbolTable symbols, IEnumerable code ) : System
NotifyParsed ( Node node, TypeRef type ) : void
NotifyReturned ( Object value ) : void

Method Details

Log() public method

public Log ( ConsoleColor color, String body ) : void
color ConsoleColor
body String
return void

Start() public method

public Start ( ) : void
return void