예제 #1
0
파일: InterpretArgs.cs 프로젝트: nunb/code
 public void SetAncestor(Tree node, Tree ancestor)
 {
     _updater.SetAncestor(node, ancestor);
 }