@property
    def column_number(self):
        "Diagnostics column_number"
        if self._column is not None:
            return int(self._column)