C# Class XSpect.Yacq.Repl.EvaluationContext

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: takeshik/yacq

Méthodes publiques

Méthode Description
Log ( ConsoleColor color, String body ) : void
Start ( ) : void

Private Methods

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

Method Details

Log() public méthode

public Log ( ConsoleColor color, String body ) : void
color ConsoleColor
body String
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void