Code Coordinates

set of node properties that describe the location of a code construct within a source code file

Properties:

NameDescription
fileNameabsolute path to the source file of the code construct (optional)
startLinestarting line of the code construct
startColumnstarting column of the code construct
endLineend line of the code construct
endColumnend column of the code construct
  • all line and column numbers start counting at 0