public void visit(CharType t) { throw new NotImplementedException(); }
public virtual void visit(CharType t) { // Do nothing; leave the implementation to the main class }