示例#1
0
 /// <summary>
 /// Exit a parse tree produced by <see cref="BBSCodeParser.bbsCodeChardata"/>.
 /// <para>The default implementation does nothing.</para>
 /// </summary>
 /// <param name="context">The parse tree.</param>
 public virtual void ExitBbsCodeChardata([NotNull] BBSCodeParser.BbsCodeChardataContext context)
 {
 }
示例#2
0
 /// <summary>
 /// Enter a parse tree produced by <see cref="BBSCodeParser.bbsCodeChardata"/>.
 /// </summary>
 /// <param name="context">The parse tree.</param>
 public override void EnterBbsCodeChardata([NotNull] BBSCodeParser.BbsCodeChardataContext context)
 {
     Parsed.TextConcat(context.GetText());
 }