Note

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

SourceRange

class Cocotec.CocoPlatform.Coco.SourceRange

A half-open range of a node within a source file (i.e. of the form [start, end)).

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 StartLine { }

The 1-based line number.

int StartColumn { }

The 1-based column number.

int EndLine { }

The 1-based line number.

int EndColumn { }

The 1-based column number.