Esempio n. 1
0
 /// <summary>
 /// Exit a parse tree produced by <see cref="PftParser.PercentNewLine"/>.
 /// <para>The default implementation does nothing.</para>
 /// </summary>
 /// <param name="context">The parse tree.</param>
 public virtual void ExitPercentNewLine([NotNull] PftParser.PercentNewLineContext context)
 {
 }
Esempio n. 2
0
 public PftPercent(PftParser.PercentNewLineContext node)
     : base(node)
 {
 }