Hierarchy

Index

Constructors

constructor

Accessors

fromObject

  • get fromObject(): any
  • set fromObject(value: any): void
  • Returns any

  • Parameters

    • value: any

    Returns void

fromStrLoc

  • get fromStrLoc(): string
  • Returns string

rangeName

  • get rangeName(): string
  • Returns string

rangeType

  • get rangeType(): Type

toObject

  • get toObject(): any
  • set toObject(value: any): void
  • Returns any

  • Parameters

    • value: any

    Returns void

toStrLoc

  • get toStrLoc(): string
  • Returns string

Methods

equals

  • equals(obj: any): boolean
  • Parameters

    • obj: any

    Returns boolean

getHashCode

  • getHashCode(): number
  • Returns number

parse

  • parse(from: string, to: string): void
  • Parameters

    • from: string
    • to: string

    Returns void

toString

  • toString(): string
  • Returns string

Static isRangeType

  • isRangeType(type: Type): boolean
  • Parameters

    Returns boolean

Generated using TypeDoc