public void EnterGotostatement(BASICParser.GotostatementContext context) { }
public void ExitGotostatement(BASICParser.GotostatementContext context) { finishedLine = new Statement_Goto(currentLineNumber, currentInteger); }
/// <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) { }