コード例 #1
0
ファイル: Interpreter.cs プロジェクト: ReyAnthony/G--
 public void EnterProg(ExprParser.ProgContext context)
 {
 }
コード例 #2
0
ファイル: Interpreter.cs プロジェクト: ReyAnthony/G--
 public void ExitProg(ExprParser.ProgContext context)
 {
 }
コード例 #3
0
 /// <summary>
 /// Exit a parse tree produced by <see cref="ExprParser.prog"/>.
 /// <para>The default implementation does nothing.</para>
 /// </summary>
 /// <param name="context">The parse tree.</param>
 public virtual void ExitProg([NotNull] ExprParser.ProgContext context)
 {
 }