ExprParenFunctionNameWithStarNode Type
Example: `( * )` or `( + )` — an operator name wrapped in parentheses, used as a first-class function value.
Constructors
| Constructor |
Description
|
Full Usage:
ExprParenFunctionNameWithStarNode(openingParen, functionName, closingParen, range)
Parameters:
SingleTextNode
functionName : SingleTextNode
closingParen : SingleTextNode
range : range
Returns: ExprParenFunctionNameWithStarNode
|
|
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