예제 #1
0
파일: TreeNode.cs 프로젝트: alexrp/flare
 protected TreeNode(TreeContext context, SourceLocation location)
 {
     Reference = context.RegisterNode(this);
     Location  = location;
 }
예제 #2
0
 public TreeReference(TreeContext context, int id)
 {
     Context = context;
     Id      = id;
 }