/// <summary> /// Exit a parse tree produced by <see cref="NinjaParser.ariphExpr"/>. /// <para>The default implementation does nothing.</para> /// </summary> /// <param name="context">The parse tree.</param> public virtual void ExitAriphExpr([NotNull] NinjaParser.AriphExprContext context) { }
public void EnterAriphExpr([NotNull] NinjaParser.AriphExprContext context) { }