Пример #1
0
 public override object VisitInteger(CommandLineParser.IntegerContext context)
 {
     return(context.Integer().GetText().ParseInteger());
 }
Пример #2
0
 /// <summary>
 /// Exit a parse tree produced by <see cref="CommandLineParser.integer"/>.
 /// <para>The default implementation does nothing.</para>
 /// </summary>
 /// <param name="context">The parse tree.</param>
 public virtual void ExitInteger([NotNull] CommandLineParser.IntegerContext context)
 {
 }