MatchClauseBuilders Module
Type extensions
Type extension | Description |
Full Usage:
Ast.MatchClauseExpr(pattern, whenExpr, bodyExpr)
Parameters:
WidgetBuilder<Pattern>
whenExpr : WidgetBuilder<Expr>
bodyExpr : WidgetBuilder<Expr>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, whenExpr, bodyExpr)
Parameters:
WidgetBuilder<Constant>
whenExpr : WidgetBuilder<Expr>
bodyExpr : WidgetBuilder<Expr>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, whenExpr, bodyExpr)
Parameters:
string
whenExpr : WidgetBuilder<Expr>
bodyExpr : WidgetBuilder<Expr>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, whenExpr, bodyExpr)
Parameters:
WidgetBuilder<Pattern>
whenExpr : WidgetBuilder<Constant>
bodyExpr : WidgetBuilder<Expr>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, whenExpr, bodyExpr)
Parameters:
WidgetBuilder<Pattern>
whenExpr : string
bodyExpr : WidgetBuilder<Expr>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, whenExpr, bodyExpr)
Parameters:
WidgetBuilder<Constant>
whenExpr : WidgetBuilder<Constant>
bodyExpr : WidgetBuilder<Expr>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, whenExpr, bodyExpr)
Parameters:
WidgetBuilder<Constant>
whenExpr : string
bodyExpr : WidgetBuilder<Expr>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, whenExpr, bodyExpr)
Parameters:
string
whenExpr : WidgetBuilder<Constant>
bodyExpr : WidgetBuilder<Expr>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, whenExpr, bodyExpr)
Parameters:
string
whenExpr : string
bodyExpr : WidgetBuilder<Expr>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, whenExpr, bodyExpr)
Parameters:
WidgetBuilder<Pattern>
whenExpr : WidgetBuilder<Expr>
bodyExpr : WidgetBuilder<Constant>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, whenExpr, bodyExpr)
Parameters:
WidgetBuilder<Constant>
whenExpr : WidgetBuilder<Expr>
bodyExpr : WidgetBuilder<Constant>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, whenExpr, bodyExpr)
Parameters:
string
whenExpr : WidgetBuilder<Expr>
bodyExpr : WidgetBuilder<Constant>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, whenExpr, bodyExpr)
Parameters:
WidgetBuilder<Pattern>
whenExpr : string
bodyExpr : WidgetBuilder<Constant>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, whenExpr, bodyExpr)
Parameters:
WidgetBuilder<Constant>
whenExpr : string
bodyExpr : WidgetBuilder<Constant>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, whenExpr, bodyExpr)
Parameters:
string
whenExpr : WidgetBuilder<Constant>
bodyExpr : WidgetBuilder<Constant>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, whenExpr, bodyExpr)
Parameters:
string
whenExpr : string
bodyExpr : string
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, bodyExpr)
Parameters:
WidgetBuilder<Pattern>
bodyExpr : WidgetBuilder<Expr>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, bodyExpr)
Parameters:
WidgetBuilder<Constant>
bodyExpr : WidgetBuilder<Expr>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, bodyExpr)
Parameters:
string
bodyExpr : WidgetBuilder<Expr>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, bodyExpr)
Parameters:
WidgetBuilder<Pattern>
bodyExpr : WidgetBuilder<Constant>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, bodyExpr)
Parameters:
WidgetBuilder<Constant>
bodyExpr : WidgetBuilder<Constant>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, bodyExpr)
Parameters:
string
bodyExpr : WidgetBuilder<Constant>
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|
Full Usage:
Ast.MatchClauseExpr(pattern, bodyExpr)
Parameters:
string
bodyExpr : string
Returns: WidgetBuilder<MatchClauseNode>
|
Extended Type:
|