public virtual void VisitIdentifier(Identifier id) { }
public DataType VisitIdentifier(Identifier id) { return(EnsureDataType(id.DataType, id)); }