ICodeRange

Description

interface Tinman.Core.Parsing.ICodeRange

Extended by

AstNode sealed
ConfigValue abstract
IPsiNode
ParsingError abstract

Defines a range in a source code text, usually around a specific code construct.

Public / Attributes

Range


public attribute Range → (get)

value : RangeI

The source code character range or RangeI.Inv if none.

Returns source code range of this object.