Header menu logo fantomas

ExprForNode Type

Constructors

Constructor Description

ExprForNode(forNode, ident, equals, identBody, direction, toBody, doBody, range)

Full Usage: ExprForNode(forNode, ident, equals, identBody, direction, toBody, doBody, range)

Parameters:
Returns: ExprForNode
forNode : SingleTextNode
ident : SingleTextNode
equals : SingleTextNode
identBody : Expr
direction : bool
toBody : Expr
doBody : Expr
range : range
Returns: ExprForNode

Instance members

Instance member Description

this.Direction

Full Usage: this.Direction

Returns: bool
Returns: bool

this.DoBody

Full Usage: this.DoBody

Returns: Expr
Returns: Expr

this.Equals

Full Usage: this.Equals

Returns: SingleTextNode
Returns: SingleTextNode

this.For

Full Usage: this.For

Returns: SingleTextNode
Returns: SingleTextNode

this.Ident

Full Usage: this.Ident

Returns: SingleTextNode
Returns: SingleTextNode

this.IdentBody

Full Usage: this.IdentBody

Returns: Expr
Returns: Expr

this.ToBody

Full Usage: this.ToBody

Returns: Expr
Returns: Expr

Type something to start searching.