IdentifierOrDot Type
A single element of a dotted identifier path, either an identifier token or a dot separator.
Union cases
| Union case |
Description
|
|
|
|
|
Full Usage:
UnknownDot
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsIdent
Returns: bool
|
|
Full Usage:
this.IsKnownDot
Returns: bool
|
|
Full Usage:
this.IsUnknownDot
Returns: bool
|
|
|
|
fantomas