ExprIfThenElifNode Type
Example: `if a then x elif b then y else z` — contains one or more `if/elif` branches and an optional `else`
Constructors
| Constructor |
Description
|
Full Usage:
ExprIfThenElifNode(branches, elseBranch, range)
Parameters:
ExprIfThenNode list
elseBranch : (SingleTextNode * Expr) option
range : range
Returns: ExprIfThenElifNode
|
|
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