Exemple #1
0
 public void EnterGotostatement(BASICParser.GotostatementContext context)
 {
 }
Exemple #2
0
 public void ExitGotostatement(BASICParser.GotostatementContext context)
 {
     finishedLine = new Statement_Goto(currentLineNumber, currentInteger);
 }
Exemple #3
0
 /// <summary>
 /// Exit a parse tree produced by <see cref="BASICParser.gotostatement"/>.
 /// <para>The default implementation does nothing.</para>
 /// </summary>
 /// <param name="context">The parse tree.</param>
 public virtual void ExitGotostatement([NotNull] BASICParser.GotostatementContext context)
 {
 }