public virtual void Visit (ServerCommentNode node) { }
public virtual void Visit(ServerCommentNode node) { }
public override void Visit (ServerCommentNode node) { debugString.Append ('\t', indent); debugString.AppendLine (node.ToString ()); }