InfixAppBuilders Module
Type extensions
Type extension | Description |
Full Usage:
Ast.InfixAppExpr(lhs, operator, rhs)
Parameters:
WidgetBuilder<Expr>
-
The left-hand side expression.
operator : string
-
The infix operator.
rhs : WidgetBuilder<Expr>
-
The right-hand side expression.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.InfixAppExpr(lhs, operator, rhs)
Parameters:
WidgetBuilder<Constant>
-
The left-hand side constant.
operator : string
-
The infix operator.
rhs : WidgetBuilder<Expr>
-
The right-hand side expression.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.InfixAppExpr(lhs, operator, rhs)
Parameters:
string
-
The left-hand side string literal.
operator : string
-
The infix operator.
rhs : WidgetBuilder<Expr>
-
The right-hand side expression.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.InfixAppExpr(lhs, operator, rhs)
Parameters:
WidgetBuilder<Constant>
-
The left-hand side constant.
operator : string
-
The infix operator.
rhs : WidgetBuilder<Constant>
-
The right-hand side constant.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.InfixAppExpr(lhs, operator, rhs)
Parameters:
string
-
The left-hand side string literal.
operator : string
-
The infix operator.
rhs : WidgetBuilder<Constant>
-
The right-hand side constant.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.InfixAppExpr(lhs, operator, rhs)
Parameters:
string
-
The left-hand side string literal.
operator : string
-
The infix operator.
rhs : string
-
The right-hand side string literal.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.InfixAppExpr(lhs, operator, rhs)
Parameters:
WidgetBuilder<Expr>
-
The left-hand side expression.
operator : string
-
The infix operator.
rhs : WidgetBuilder<Constant>
-
The right-hand side constant.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.InfixAppExpr(lhs, operator, rhs)
Parameters:
WidgetBuilder<Constant>
-
The left-hand side constant.
operator : string
-
The infix operator.
rhs : string
-
The right-hand side string literal.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.PipeLeftExpr(lhs, rhs)
Parameters:
WidgetBuilder<Expr>
-
The left-hand side expression.
rhs : WidgetBuilder<Expr>
-
The right-hand side expression.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.PipeLeftExpr(lhs, rhs)
Parameters:
WidgetBuilder<Constant>
-
The left-hand side constant.
rhs : WidgetBuilder<Expr>
-
The right-hand side expression.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.PipeLeftExpr(lhs, rhs)
Parameters:
WidgetBuilder<Constant>
-
The left-hand side constant.
rhs : WidgetBuilder<Constant>
-
The right-hand side constant.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.PipeLeftExpr(lhs, rhs)
Parameters:
string
-
The left-hand side string literal.
rhs : WidgetBuilder<Expr>
-
The right-hand side expression.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.PipeLeftExpr(lhs, rhs)
Parameters:
WidgetBuilder<Expr>
-
The left-hand side expression.
rhs : WidgetBuilder<Constant>
-
The right-hand side constant.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.PipeLeftExpr(lhs, rhs)
Parameters:
WidgetBuilder<Constant>
-
The left-hand side constant.
rhs : string
-
The right-hand side string literal.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.PipeLeftExpr(lhs, rhs)
Parameters:
string
-
The left-hand side string literal.
rhs : string
-
The right-hand side string literal.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.PipeRightExpr(lhs, rhs)
Parameters:
WidgetBuilder<Expr>
-
The left-hand side expression.
rhs : WidgetBuilder<Expr>
-
The right-hand side expression.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.PipeRightExpr(lhs, rhs)
Parameters:
WidgetBuilder<Constant>
-
The left-hand side constant.
rhs : WidgetBuilder<Expr>
-
The right-hand side expression.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.PipeRightExpr(lhs, rhs)
Parameters:
string
-
The left-hand side string literal.
rhs : WidgetBuilder<Expr>
-
The right-hand side expression.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.PipeRightExpr(lhs, rhs)
Parameters:
WidgetBuilder<Expr>
-
The left-hand side expression.
rhs : WidgetBuilder<Constant>
-
The right-hand side constant.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.PipeRightExpr(lhs, rhs)
Parameters:
WidgetBuilder<Constant>
-
The left-hand side constant.
rhs : WidgetBuilder<Constant>
-
The right-hand side constant.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.PipeRightExpr(lhs, rhs)
Parameters:
WidgetBuilder<Constant>
-
The left-hand side constant.
rhs : string
-
The right-hand side string literal.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|
Full Usage:
Ast.PipeRightExpr(lhs, rhs)
Parameters:
string
-
The left-hand side string literal.
rhs : string
-
The right-hand side string literal.
Returns: WidgetBuilder<Expr>
|
Extended Type:
|