public void Visit(ICommentToken token) { SpannedFilteredWhite("comment", token); }
public virtual void Visit(ICommentToken t) { }
public void Visit(ICommentToken t) { comment_count++; }
public void Visit(ICommentToken token) { Write(token, Color.Green); }
public virtual void Visit(ICommentToken t) { //throw new System.NotImplementedException(); }