Example #1
0
 private static SyntaxNode InfLiteral(RParser.InfLiteralContext inf, Func <ParserRuleContext, Scope, SyntaxNode> transform, Scope scope)
 {
     return(Inf);
 }
Example #2
0
 /// <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)
 {
 }