Logo Xantham

QualifiedNamePart Type

A single segment of a fully qualified TypeScript name. Tagged either as Normal (no anomalies) or Abnormal together with diagnostic flags indicating which anomalies the segment contains.

Union cases

Union case Description

Abnormal(part, diagnostic)

Full Usage: Abnormal(part, diagnostic)

Parameters:
part : string
diagnostic : QualifiedNamePartDiagnostic

Normal part

Full Usage: Normal part

Parameters:
    part : string

part : string

Instance members

Instance member Description

this.IsAbnormal

Full Usage: this.IsAbnormal

Returns: bool
Returns: bool

this.IsNormal

Full Usage: this.IsNormal

Returns: bool
Returns: bool

this.Value

Full Usage: this.Value

Returns: string
Returns: string

Type something to start searching.