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