Пример #1
0
 public void ExitStat_while([NotNull] LuaParser.Stat_whileContext context)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public void ExitStat_while([NotNull] LuaParser.Stat_whileContext context) => DefaultExit(context);
Пример #3
0
 /// <summary>
 /// Exit a parse tree produced by <see cref="LuaParser.stat_while"/>.
 /// <para>The default implementation does nothing.</para>
 /// </summary>
 /// <param name="context">The parse tree.</param>
 public virtual void ExitStat_while([NotNull] LuaParser.Stat_whileContext context)
 {
 }
Пример #4
0
 public void EnterStat_while([NotNull] LuaParser.Stat_whileContext context) => DefaultEnter(context);