ExprParenNode Type
Example: `(expr)` — an expression explicitly wrapped in parentheses for grouping or disambiguation.
Constructors
| Constructor |
Description
|
Full Usage:
ExprParenNode(openingParen, expr, closingParen, range)
Parameters:
SingleTextNode
expr : Expr
closingParen : SingleTextNode
range : range
Returns: ExprParenNode
|
|
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