private static SyntaxNode InfLiteral(RParser.InfLiteralContext inf, Func <ParserRuleContext, Scope, SyntaxNode> transform, Scope scope) { return(Inf); }
/// <summary> /// Exit a parse tree produced by <see cref="RParser.InfLiteral"/>. /// <para>The default implementation does nothing.</para> /// </summary> /// <param name="context">The parse tree.</param> public virtual void ExitInfLiteral([NotNull] RParser.InfLiteralContext context) { }