示例#1
0
 private static SyntaxNode NullLiteral(RParser.NullLiteralContext @null, Func <ParserRuleContext, Scope, SyntaxNode> transform, Scope scope)
 {
     return(CSharp.ParseExpression("null"));
 }
示例#2
0
 /// <summary>
 /// Exit a parse tree produced by <see cref="RParser.NullLiteral"/>.
 /// <para>The default implementation does nothing.</para>
 /// </summary>
 /// <param name="context">The parse tree.</param>
 public virtual void ExitNullLiteral([NotNull] RParser.NullLiteralContext context)
 {
 }