public void ExitStat_repeat([NotNull] LuaParser.Stat_repeatContext context) { throw new NotImplementedException(); }
public void ExitStat_repeat([NotNull] LuaParser.Stat_repeatContext context) => DefaultExit(context);
/// <summary> /// Exit a parse tree produced by <see cref="LuaParser.stat_repeat"/>. /// <para>The default implementation does nothing.</para> /// </summary> /// <param name="context">The parse tree.</param> public virtual void ExitStat_repeat([NotNull] LuaParser.Stat_repeatContext context) { }
public void EnterStat_repeat([NotNull] LuaParser.Stat_repeatContext context) => DefaultEnter(context);