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