Beispiel #1
0
 public void Visit(CommandComment command)
 {
     Log.Append(command.CommentText);
 }
Beispiel #2
0
 public void Visit(CommandComment command)
 {
     //_CompiledBlock.AddCommand_Comment(command.ToString());
 }
Beispiel #3
0
 /// <summary>
 /// Execute the given command without returning any value
 /// </summary>
 /// <param name="command"></param>
 /// <returns></returns>
 public virtual ILanguageValue Visit(CommandComment command)
 {
     return(null);
 }