ExprAppLongIdentAndSingleParenArgNode Type
Example: `List.map(f)` — a qualified name (dotted identifier) applied to a single parenthesised argument
Constructors
| Constructor |
Description
|
Full Usage:
ExprAppLongIdentAndSingleParenArgNode(functionName, argExpr, range)
Parameters:
IdentListNode
argExpr : Expr
range : range
Returns: ExprAppLongIdentAndSingleParenArgNode
|
|
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