public NodeUpdater(
     IParseTreeRule <TokenType, ParserRuleType> node,
     NodeUpdaterBase next)
     : base(node)
 {
     this.next = next;
 }
 public Updater(NodeUpdaterBase updater) => this.updater = updater;