SourceRange Class

Definition

Source range of the context. Including parse tree, source id and the context range.

public class SourceRange
type SourceRange = class
Public Class SourceRange
Inheritance
SourceRange

Constructors

SourceRange(ParserRuleContext, String, Int32)

Initializes a new instance of the SourceRange class.

SourceRange(Range, String)

Initializes a new instance of the SourceRange class.

Properties

Range

Gets or sets range of the block.

Source

Gets or sets code source, used as the lg file path.

Applies to