Note
You are not reading the most recent version of this documentation.
Cocotec.CocoPlatform.Coco.SourcePosition
The position of a node within a source file.
Properties
Valid
True if this represents a valid location in the original source file.
FileName
The name of the file this was loaded from.
Line
The 1-based line number.
Column
The 1-based column number.