InheritConstructorBuilders Module
Type extensions
Type extension | Description |
Full Usage:
Ast.InheritOther(value, expr)
Parameters:
WidgetBuilder<Type>
-
The type of the inherit constructor.
expr : WidgetBuilder<Expr>
-
The expression of the inherit constructor.
Returns: WidgetBuilder<InheritConstructor>
|
Extended Type:
|
Full Usage:
Ast.InheritOther(value, expr)
Parameters:
string
-
The type of the inherit constructor.
expr : WidgetBuilder<Expr>
-
The expression of the inherit constructor.
Returns: WidgetBuilder<InheritConstructor>
|
Extended Type:
|
Full Usage:
Ast.InheritOther(value, expr)
Parameters:
string
-
The type of the inherit constructor.
expr : WidgetBuilder<Constant>
-
The expression of the inherit constructor.
Returns: WidgetBuilder<InheritConstructor>
|
Extended Type:
|
Full Usage:
Ast.InheritOther(value, expr)
Parameters:
WidgetBuilder<Type>
-
The type of the inherit constructor.
expr : WidgetBuilder<Constant>
-
The expression of the inherit constructor.
Returns: WidgetBuilder<InheritConstructor>
|
Extended Type:
|
Full Usage:
Ast.InheritOther(value, expr)
Parameters:
WidgetBuilder<Type>
-
The type of the inherit constructor.
expr : string
-
The expression of the inherit constructor.
Returns: WidgetBuilder<InheritConstructor>
|
Extended Type:
|
Full Usage:
Ast.InheritOther(value, expr)
Parameters:
string
-
The type of the inherit constructor.
expr : string
-
The expression of the inherit constructor.
Returns: WidgetBuilder<InheritConstructor>
|
Extended Type:
|
Full Usage:
Ast.InheritParen(value, expr)
Parameters:
WidgetBuilder<Type>
-
The type of the inherit constructor.
expr : WidgetBuilder<Expr>
-
The expression of the inherit constructor.
Returns: WidgetBuilder<InheritConstructor>
|
Extended Type:
|
Full Usage:
Ast.InheritParen(value, expr)
Parameters:
WidgetBuilder<Type>
-
The type of the inherit constructor.
expr : WidgetBuilder<Constant>
-
The expression of the inherit constructor.
Returns: WidgetBuilder<InheritConstructor>
|
Extended Type:
|
Full Usage:
Ast.InheritParen(value, expr)
Parameters:
WidgetBuilder<Type>
-
The type of the inherit constructor.
expr : string
-
The expression of the inherit constructor.
Returns: WidgetBuilder<InheritConstructor>
|
Extended Type:
|
Full Usage:
Ast.InheritParen(value, expr)
Parameters:
string
-
The type of the inherit constructor.
expr : WidgetBuilder<Expr>
-
The expression of the inherit constructor.
Returns: WidgetBuilder<InheritConstructor>
|
Extended Type:
|
Full Usage:
Ast.InheritParen(value, expr)
Parameters:
string
-
The type of the inherit constructor.
expr : WidgetBuilder<Constant>
-
The expression of the inherit constructor.
Returns: WidgetBuilder<InheritConstructor>
|
Extended Type:
|
Full Usage:
Ast.InheritParen(value, expr)
Parameters:
string
-
The type of the inherit constructor.
expr : string
-
The expression of the inherit constructor.
Returns: WidgetBuilder<InheritConstructor>
|
Extended Type:
|
Full Usage:
Ast.InheritType(value)
Parameters:
WidgetBuilder<Type>
-
The type of the inherit constructor.
Returns: WidgetBuilder<InheritConstructor>
|
Extended Type:
|
Full Usage:
Ast.InheritType(value)
Parameters:
string
-
The type of the inherit constructor.
Returns: WidgetBuilder<InheritConstructor>
|
Extended Type:
|
Full Usage:
Ast.InheritUnit(value)
Parameters:
WidgetBuilder<Type>
-
The type of the inherit constructor.
Returns: WidgetBuilder<InheritConstructor>
|
Extended Type:
|
Full Usage:
Ast.InheritUnit(value)
Parameters:
string
-
The type of the inherit constructor.
Returns: WidgetBuilder<InheritConstructor>
|
Extended Type:
|