Exemple #1
0
 public override void EnterR(helloParser.RContext context)
 {
     Console.WriteLine($"R says {context.ToStringTree()} to {context.ID().GetText()}");
 }
Exemple #2
0
 /// <summary>
 /// Exit a parse tree produced by <see cref="helloParser.r"/>.
 /// <para>The default implementation does nothing.</para>
 /// </summary>
 /// <param name="context">The parse tree.</param>
 public virtual void ExitR([NotNull] helloParser.RContext context)
 {
 }