protected void EmitDebug(string msg, CompileContext context) { ThisPointer thisP = new ThisPointer(typeof(ProcessBase)); Call(thisP, "Debug", true, msg).Compile(context); }
public virtual void Visit(ThisPointer node) { }