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