Example #1
0
 /// <summary>
 /// Exit a parse tree produced by <see cref="NinjaParser.custom_call"/>.
 /// <para>The default implementation does nothing.</para>
 /// </summary>
 /// <param name="context">The parse tree.</param>
 public virtual void ExitCustom_call([NotNull] NinjaParser.Custom_callContext context)
 {
 }
Example #2
0
 public void EnterCustom_call([NotNull] NinjaParser.Custom_callContext context)
 {
 }