public void Visit(IOtherToken token) { FilteredWhite(token); }
public virtual void Visit(IOtherToken t) { }
public void Visit(IOtherToken t) { other_count++; }
public void Visit(IOtherToken token) { Write(token, Color.Black); }
public virtual void Visit(IOtherToken t) { //throw new System.NotImplementedException(); }