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
|
Full Usage:
Abnormal(part, diagnostic)
Parameters:
string
diagnostic : QualifiedNamePartDiagnostic
|
|
Full Usage:
Normal part
Parameters:
string
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAbnormal
Returns: bool
|
|
Full Usage:
this.IsNormal
Returns: bool
|
|
Full Usage:
this.Value
Returns: string
|
|