ModuleAbbrevNode Type
Example: `module M = Ns.OtherModule` — a module abbreviation that creates a short alias for a qualified module.
Constructors
| Constructor |
Description
|
Full Usage:
ModuleAbbrevNode(moduleNode, name, alias, range)
Parameters:
SingleTextNode
name : SingleTextNode
alias : IdentListNode
range : range
Returns: ModuleAbbrevNode
|
|
Instance members
| Instance 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