IdentListNode Type
Example: `A.B.C` or `A` — a qualified identifier (sequence of idents and dots). Used wherever a dotted name appears: module names, type names, open statements, etc.
Constructors
| Constructor |
Description
|
Full Usage:
IdentListNode(content, range)
Parameters:
IdentifierOrDot list
range : range
Returns: IdentListNode
|
|
Instance members
| Instance member |
Description
|
|
|
Full Usage:
this.IsEmpty
Returns: bool
|
|
Static members
| Static member |
Description
|
|
|
Inherited members
Inherited from
NodeBase
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
|
|
Full Usage:
this.ToStringWithIndent
Parameters:
int
Returns: string
|
|
|
|
|
|
|
|
Full Usage:
this.HasContentBefore
Returns: bool
|
|
Full Usage:
this.HasContentAfter
Returns: bool
|
|
|
|
|
|
fantomas