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