Exemplo n.º 1
0
 /// <summary>
 /// Exit a parse tree produced by <see cref="NinjaParser.meaningfulType"/>.
 /// <para>The default implementation does nothing.</para>
 /// </summary>
 /// <param name="context">The parse tree.</param>
 public virtual void ExitMeaningfulType([NotNull] NinjaParser.MeaningfulTypeContext context)
 {
 }
Exemplo n.º 2
0
 public void EnterMeaningfulType([NotNull] NinjaParser.MeaningfulTypeContext context)
 {
 }