MemberDefnInheritNode Type
Example: `inherit Base()` — an `inherit` member declaration inside a class body that specifies the base class.
Constructors
| Constructor |
Description
|
Full Usage:
MemberDefnInheritNode(inheritKeyword, baseType, range)
Parameters:
SingleTextNode
baseType : Type
range : range
Returns: MemberDefnInheritNode
|
|
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.HasContentAfter
Returns: bool
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.HasContentBefore
Returns: bool
|
|
fantomas