示例#1
0
 public void EnterInputstatement(BASICParser.InputstatementContext context)
 {
     currentInputLine = new Statement_Input();
 }
示例#2
0
 public void ExitInputstatement(BASICParser.InputstatementContext context)
 {
     finishedLine = currentInputLine;
 }
示例#3
0
 /// <summary>
 /// Exit a parse tree produced by <see cref="BASICParser.inputstatement"/>.
 /// <para>The default implementation does nothing.</para>
 /// </summary>
 /// <param name="context">The parse tree.</param>
 public virtual void ExitInputstatement([NotNull] BASICParser.InputstatementContext context)
 {
 }