예제 #1
0
 /// <summary>
 /// Exit a parse tree produced by <see cref="LuaParser.stat_localfunctiondef"/>.
 /// <para>The default implementation does nothing.</para>
 /// </summary>
 /// <param name="context">The parse tree.</param>
 public virtual void ExitStat_localfunctiondef([NotNull] LuaParser.Stat_localfunctiondefContext context)
 {
 }
예제 #2
0
 public void ExitStat_localfunctiondef([NotNull] LuaParser.Stat_localfunctiondefContext context)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public void ExitStat_localfunctiondef([NotNull] LuaParser.Stat_localfunctiondefContext context) => DefaultExit(context);