Note

You are not reading the most recent version of this documentation.

SourcePosition

class Cocotec.CocoPlatform.Coco.SourcePosition

The position of a node within a source file.

Properties

bool Valid { }

True if this represents a valid location in the original source file.

string FileName { }

The name of the file this was loaded from.

int Line { }

The 1-based line number.

int Column { }

The 1-based column number.