Exemple #1
0
 protected TreeNode(TreeContext context, SourceLocation location)
 {
     Reference = context.RegisterNode(this);
     Location  = location;
 }
Exemple #2
0
 public TreeReference(TreeContext context, int id)
 {
     Context = context;
     Id      = id;
 }