public bool Visit(IJsCsGlue @object) { if (@object.JsValue != null) { return(false); } _Object = @object; _Object.RequestBuildInstruction(this); return(true); }
public void ApplyLocalChanges() { _Object.RequestBuildInstruction(this); }