Exemplo n.º 1
0
 /// <summary>
 /// Exit a parse tree produced by <see cref="LuaParser.stat_functiondef"/>.
 /// <para>The default implementation does nothing.</para>
 /// </summary>
 /// <param name="context">The parse tree.</param>
 public virtual void ExitStat_functiondef([NotNull] LuaParser.Stat_functiondefContext context)
 {
 }
Exemplo n.º 2
0
 public void ExitStat_functiondef([NotNull] LuaParser.Stat_functiondefContext context)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void ExitStat_functiondef([NotNull] LuaParser.Stat_functiondefContext context) => DefaultExit(context);