class Prism::Location

def self.null

do not care where it points.
the beginning of the file. Useful for when you want a location object but
Returns a null location that does not correspond to a source and points to
def self.null
  new(nil, 0, 0)
end