public static void Insert(this ParserRuleContext parent, int index, IToken token) { parent.Insert(index, new TerminalNodeImpl(token)); }