BindingValueBuilders Module
Type extensions
Type extension | Description |
Full Usage:
Ast.Use(name, value)
Parameters:
WidgetBuilder<Pattern>
-
The name of the use binding.
value : WidgetBuilder<Expr>
-
The value of the use binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Use(name, value, returnType)
Parameters:
WidgetBuilder<Pattern>
-
The name of the use binding.
value : WidgetBuilder<Expr>
-
The value of the use binding.
returnType : WidgetBuilder<Type>
-
The return type of the use binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Use(name, value, returnType)
Parameters:
WidgetBuilder<Pattern>
-
The name of the use binding.
value : WidgetBuilder<Expr>
-
The value of the use binding.
returnType : string
-
The return type of the use binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Use(name, value)
Parameters:
WidgetBuilder<Pattern>
-
The name of the use binding.
value : WidgetBuilder<Constant>
-
The value of the use binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Use(name, value, returnType)
Parameters:
WidgetBuilder<Pattern>
-
The name of the use binding.
value : WidgetBuilder<Constant>
-
The value of the use binding.
returnType : WidgetBuilder<Type>
-
The return type of the use binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Use(name, value, returnType)
Parameters:
WidgetBuilder<Pattern>
-
The name of the use binding.
value : WidgetBuilder<Constant>
-
The value of the use binding.
returnType : string
-
The return type of the use binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Use(name, value)
Parameters:
WidgetBuilder<Pattern>
-
The name of the use binding.
value : string
-
The value of the use binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Use(name, value, returnType)
Parameters:
WidgetBuilder<Pattern>
-
The name of the use binding.
value : string
-
The value of the use binding.
returnType : WidgetBuilder<Type>
-
The return type of the use binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Use(name, value, returnType)
Parameters:
WidgetBuilder<Pattern>
-
The name of the use binding.
value : string
-
The value of the use binding.
returnType : string
-
The return type of the use binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Use(name, value)
Parameters:
string
-
The name of the use binding.
value : WidgetBuilder<Expr>
-
The value of the use binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Use(name, value, returnType)
Parameters:
string
-
The name of the use binding.
value : WidgetBuilder<Expr>
-
The value of the use binding.
returnType : WidgetBuilder<Type>
-
The return type of the use binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Use(name, value, returnType)
Parameters:
string
-
The name of the use binding.
value : WidgetBuilder<Expr>
-
The value of the use binding.
returnType : string
-
The return type of the use binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Use(name, value)
Parameters:
string
-
The name of the use binding.
value : WidgetBuilder<Constant>
-
The value of the use binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Use(name, value, returnType)
Parameters:
string
-
The name of the use binding.
value : WidgetBuilder<Constant>
-
The value of the use binding.
returnType : WidgetBuilder<Type>
-
The return type of the use binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Use(name, value, returnType)
Parameters:
string
-
The name of the use binding.
value : WidgetBuilder<Constant>
-
The value of the use binding.
returnType : string
-
The return type of the use binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Use(name, value)
Parameters:
string
-
The name of the use binding.
value : string
-
The value of the use binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Use(name, value, returnType)
Parameters:
string
-
The name of the use binding.
value : string
-
The value of the use binding.
returnType : WidgetBuilder<Type>
-
The return type of the use binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Use(name, value, returnType)
Parameters:
string
-
The name of the use binding.
value : string
-
The value of the use binding.
returnType : string
-
The return type of the use binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value)
Parameters:
WidgetBuilder<Pattern>
-
The name of the binding.
value : WidgetBuilder<Expr>
-
The value of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value, returnType)
Parameters:
WidgetBuilder<Pattern>
-
The name of the binding.
value : WidgetBuilder<Expr>
-
The value of the binding.
returnType : WidgetBuilder<Type>
-
The return type of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value, returnType)
Parameters:
WidgetBuilder<Pattern>
-
The name of the binding.
value : WidgetBuilder<Expr>
-
The value of the binding.
returnType : string
-
The return type of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value)
Parameters:
WidgetBuilder<Pattern>
-
The name of the binding.
value : WidgetBuilder<Constant>
-
The value of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value, returnType)
Parameters:
WidgetBuilder<Pattern>
-
The name of the binding.
value : WidgetBuilder<Constant>
-
The value of the binding.
returnType : WidgetBuilder<Type>
-
The return type of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value, returnType)
Parameters:
WidgetBuilder<Pattern>
-
The name of the binding.
value : WidgetBuilder<Constant>
-
The value of the binding.
returnType : string
-
The return type of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value)
Parameters:
WidgetBuilder<Pattern>
-
The name of the binding.
value : string
-
The value of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value, returnType)
Parameters:
WidgetBuilder<Pattern>
-
The name of the binding.
value : string
-
The value of the binding.
returnType : WidgetBuilder<Type>
-
The return type of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value, returnType)
Parameters:
WidgetBuilder<Pattern>
-
The name of the binding.
value : string
-
The value of the binding.
returnType : string
-
The return type of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value)
Parameters:
WidgetBuilder<Constant>
-
The name of the binding.
value : WidgetBuilder<Constant>
-
The value of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value, returnType)
Parameters:
WidgetBuilder<Constant>
-
The name of the binding.
value : WidgetBuilder<Constant>
-
The value of the binding.
returnType : WidgetBuilder<Type>
-
The return type of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value, returnType)
Parameters:
WidgetBuilder<Constant>
-
The name of the binding.
value : WidgetBuilder<Constant>
-
The value of the binding.
returnType : string
-
The return type of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value)
Parameters:
string
-
The name of the binding.
value : WidgetBuilder<Expr>
-
The value of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value, returnType)
Parameters:
string
-
The name of the binding.
value : WidgetBuilder<Expr>
-
The value of the binding.
returnType : WidgetBuilder<Type>
-
The return type of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value, returnType)
Parameters:
string
-
The name of the binding.
value : WidgetBuilder<Expr>
-
The value of the binding.
returnType : string
-
The return type of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value)
Parameters:
string
-
The name of the binding.
value : WidgetBuilder<Constant>
-
The value of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value, returnType)
Parameters:
string
-
The name of the binding.
value : WidgetBuilder<Constant>
-
The value of the binding.
returnType : WidgetBuilder<Type>
-
The return type of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value, returnType)
Parameters:
string
-
The name of the binding.
value : WidgetBuilder<Constant>
-
The value of the binding.
returnType : string
-
The return type of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value)
Parameters:
string
-
The name of the binding.
value : string
-
The value of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value, returnType)
Parameters:
string
-
The name of the binding.
value : string
-
The value of the binding.
returnType : WidgetBuilder<Type>
-
The return type of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|
Full Usage:
Ast.Value(name, value, returnType)
Parameters:
string
-
The name of the binding.
value : string
-
The value of the binding.
returnType : string
-
The return type of the binding.
Returns: WidgetBuilder<BindingNode>
|
Extended Type:
|