ExprWhileNode Type
Example: `while i < 10 do printfn "%d" i; i <- i + 1` — a while loop.
Constructors
| Constructor |
Description
|
Full Usage:
ExprWhileNode(whileNode, whileExpr, doExpr, range)
Parameters:
SingleTextNode
whileExpr : Expr
doExpr : Expr
range : range
Returns: ExprWhileNode
|
|
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