xref-file-location

xref-file-location is an object constructor function in `xref.el'.
Creates an object of class xref-file-location.
Create a new object with name NAME of class type xref-file-location

Class description:
xref-file-location is a class in `xref.el'.
Inherits from `xref-location'.

A file location is a file/line/column triple.
Line numbers start from 1 and columns from 0.

Instance Allocated Slots:

Slot: file type = string
Slot: line type = fixnum
Slot: column type = fixnum
Specialized Methods:

`xref-location-marker' :PRIMARY (arg1)


(fn L)

`xref-location-group' :PRIMARY (arg1)


(fn L)