Hierarchy (view full)

Constructors

Properties

myPosition?: Position
mySourceText?: string

Accessors

  • get sourceText(): undefined | string
  • Returns undefined | string

Methods

  • Tests whether the given position is contained in the interval represented by this object.

    Parameters

    • Optional position: Position

      the position

    Returns boolean

  • Tests whether the given position overlaps the interval represented by this object.

    Parameters

    • Optional position: Position

      the position

    Returns boolean

Generated using TypeDoc