Ejemplo n.º 1
0
 ExitGenerate
 (
     [NotNull] CLIParser.GenerateContext Context
 )
 {
     parsed_command_line.generate = true;
 }                       // End ExitGenerate
Ejemplo n.º 2
0
 /// <summary>
 /// Exit a parse tree produced by the <c>generate</c>
 /// labeled alternative in <see cref="CLIParser.generate_qual"/>.
 /// <para>The default implementation does nothing.</para>
 /// </summary>
 /// <param name="context">The parse tree.</param>
 public virtual void ExitGenerate([NotNull] CLIParser.GenerateContext context)
 {
 }