ExprIfThenElseNode Type
Example: `if condition then trueResult else falseResult`
Constructors
| Constructor |
Description
|
Full Usage:
ExprIfThenElseNode(ifNode, ifExpr, thenNode, thenExpr, elseNode, elseExpr, range)
Parameters:
IfKeywordNode
ifExpr : Expr
thenNode : SingleTextNode
thenExpr : Expr
elseNode : SingleTextNode
elseExpr : Expr
range : range
Returns: ExprIfThenElseNode
|
|
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