public void ExitNotgreater(BASICParser.NotgreaterContext context) { }
/// <summary> /// Exit a parse tree produced by <see cref="BASICParser.notgreater"/>. /// <para>The default implementation does nothing.</para> /// </summary> /// <param name="context">The parse tree.</param> public virtual void ExitNotgreater([NotNull] BASICParser.NotgreaterContext context) { }