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