示例#1
0
 public void ExitStat_if([NotNull] LuaParser.Stat_ifContext context)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public void ExitStat_if([NotNull] LuaParser.Stat_ifContext context) => DefaultExit(context);
示例#3
0
 /// <summary>
 /// Exit a parse tree produced by <see cref="LuaParser.stat_if"/>.
 /// <para>The default implementation does nothing.</para>
 /// </summary>
 /// <param name="context">The parse tree.</param>
 public virtual void ExitStat_if([NotNull] LuaParser.Stat_ifContext context)
 {
 }
示例#4
0
 public void EnterStat_if([NotNull] LuaParser.Stat_ifContext context) => DefaultEnter(context);