public static void Replace(this ParserRuleContext parent, IParseTree cur, IToken token) { parent.Replace(cur, new TerminalNodeImpl(token)); }