ICodeRange

Description

interface Tinman.Core.Parsing.ICodeRange

Extended by

ConfigValue abstract
IPsiNode

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 the source code range of this object.