Header menu logo Fabulous.AST

BindingMethodBuilders Module

Type extensions

Type extension Description

Ast.Member(name, parameters, body)

Full Usage: Ast.Member(name, parameters, body)

Parameters:
Returns: WidgetBuilder<BindingNode>

Create a method member definition.

Extended Type: Ast

name : string

The name of the method.

parameters : WidgetBuilder<Pattern> list

The parameters of the method.

body : WidgetBuilder<Expr>

The body of the method.

Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, body, returnType)

Full Usage: Ast.Member(name, parameters, body, returnType)

Parameters:
Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : WidgetBuilder<Pattern> list
body : WidgetBuilder<Expr>
returnType : WidgetBuilder<Type>
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, body, returnType)

Full Usage: Ast.Member(name, parameters, body, returnType)

Parameters:
Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : WidgetBuilder<Pattern> list
body : WidgetBuilder<Expr>
returnType : string
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameter, body)

Full Usage: Ast.Member(name, parameter, body)

Parameters:
Returns: WidgetBuilder<BindingNode>

Create a method member definition.

Extended Type: Ast

name : string

The name of the method.

parameter : WidgetBuilder<Pattern>

The parameter of the method.

body : WidgetBuilder<Expr>

The body of the method.

Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameter, body, returnType)

Full Usage: Ast.Member(name, parameter, body, returnType)

Parameters:
Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameter : WidgetBuilder<Pattern>
body : WidgetBuilder<Expr>
returnType : WidgetBuilder<Type>
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameter, body, returnType)

Full Usage: Ast.Member(name, parameter, body, returnType)

Parameters:
Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameter : WidgetBuilder<Pattern>
body : WidgetBuilder<Expr>
returnType : string
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr)

Full Usage: Ast.Member(name, parameters, bodyExpr)

Parameters:
Returns: WidgetBuilder<BindingNode>

Create a method member definition.

Extended Type: Ast

name : string

The name of the method.

parameters : WidgetBuilder<Pattern> list

The parameters of the method.

bodyExpr : WidgetBuilder<Constant>

The body of the method.

Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr, returnType)

Full Usage: Ast.Member(name, parameters, bodyExpr, returnType)

Parameters:
Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : WidgetBuilder<Pattern> list
bodyExpr : WidgetBuilder<Constant>
returnType : WidgetBuilder<Type>
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr, returnType)

Full Usage: Ast.Member(name, parameters, bodyExpr, returnType)

Parameters:
Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : WidgetBuilder<Pattern> list
bodyExpr : WidgetBuilder<Constant>
returnType : string
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr)

Full Usage: Ast.Member(name, parameters, bodyExpr)

Parameters:
    name : string - The name of the method.
    parameters : WidgetBuilder<Pattern> list - The parameters of the method.
    bodyExpr : string - The body of the method.

Returns: WidgetBuilder<BindingNode>

Create a method member definition.

Extended Type: Ast

name : string

The name of the method.

parameters : WidgetBuilder<Pattern> list

The parameters of the method.

bodyExpr : string

The body of the method.

Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr, returnType)

Full Usage: Ast.Member(name, parameters, bodyExpr, returnType)

Parameters:
Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : WidgetBuilder<Pattern> list
bodyExpr : string
returnType : WidgetBuilder<Type>
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr, returnType)

Full Usage: Ast.Member(name, parameters, bodyExpr, returnType)

Parameters:
Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : WidgetBuilder<Pattern> list
bodyExpr : string
returnType : string
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr)

Full Usage: Ast.Member(name, parameters, bodyExpr)

Parameters:
    name : string - The name of the method.
    parameters : string list - The parameters of the method.
    bodyExpr : WidgetBuilder<Constant> - The body of the method.

Returns: WidgetBuilder<BindingNode>

Create a method member definition.

Extended Type: Ast

name : string

The name of the method.

parameters : string list

The parameters of the method.

bodyExpr : WidgetBuilder<Constant>

The body of the method.

Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr, returnType)

Full Usage: Ast.Member(name, parameters, bodyExpr, returnType)

Parameters:
Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : string list
bodyExpr : WidgetBuilder<Constant>
returnType : WidgetBuilder<Type>
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr, returnType)

Full Usage: Ast.Member(name, parameters, bodyExpr, returnType)

Parameters:
Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : string list
bodyExpr : WidgetBuilder<Constant>
returnType : string
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr)

Full Usage: Ast.Member(name, parameters, bodyExpr)

Parameters:
    name : string - The name of the method.
    parameters : string list - The parameters of the method.
    bodyExpr : WidgetBuilder<Expr> - The body of the method.

Returns: WidgetBuilder<BindingNode>

Create a method member definition.

Extended Type: Ast

name : string

The name of the method.

parameters : string list

The parameters of the method.

bodyExpr : WidgetBuilder<Expr>

The body of the method.

Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr, returnType)

Full Usage: Ast.Member(name, parameters, bodyExpr, returnType)

Parameters:
Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : string list
bodyExpr : WidgetBuilder<Expr>
returnType : WidgetBuilder<Type>
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr, returnType)

Full Usage: Ast.Member(name, parameters, bodyExpr, returnType)

Parameters:
    name : string
    parameters : string list
    bodyExpr : WidgetBuilder<Expr>
    returnType : string

Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : string list
bodyExpr : WidgetBuilder<Expr>
returnType : string
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr)

Full Usage: Ast.Member(name, parameters, bodyExpr)

Parameters:
    name : string - The name of the method.
    parameters : string list - The parameters of the method.
    bodyExpr : string - The body of the method.

Returns: WidgetBuilder<BindingNode>

Create a method member definition.

Extended Type: Ast

name : string

The name of the method.

parameters : string list

The parameters of the method.

bodyExpr : string

The body of the method.

Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr, returnType)

Full Usage: Ast.Member(name, parameters, bodyExpr, returnType)

Parameters:
    name : string
    parameters : string list
    bodyExpr : string
    returnType : WidgetBuilder<Type>

Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : string list
bodyExpr : string
returnType : WidgetBuilder<Type>
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr, returnType)

Full Usage: Ast.Member(name, parameters, bodyExpr, returnType)

Parameters:
    name : string
    parameters : string list
    bodyExpr : string
    returnType : string

Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : string list
bodyExpr : string
returnType : string
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr)

Full Usage: Ast.Member(name, parameters, bodyExpr)

Parameters:
Returns: WidgetBuilder<BindingNode>

Create a method member definition.

Extended Type: Ast

name : string

The name of the method.

parameters : WidgetBuilder<Pattern>

The parameters of the method.

bodyExpr : WidgetBuilder<Constant>

The body of the method.

Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr, returnType)

Full Usage: Ast.Member(name, parameters, bodyExpr, returnType)

Parameters:
Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : WidgetBuilder<Pattern>
bodyExpr : WidgetBuilder<Constant>
returnType : WidgetBuilder<Type>
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr, returnType)

Full Usage: Ast.Member(name, parameters, bodyExpr, returnType)

Parameters:
Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : WidgetBuilder<Pattern>
bodyExpr : WidgetBuilder<Constant>
returnType : string
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr)

Full Usage: Ast.Member(name, parameters, bodyExpr)

Parameters:
    name : string - The name of the method.
    parameters : WidgetBuilder<Pattern> - The parameters of the method.
    bodyExpr : string - The body of the method.

Returns: WidgetBuilder<BindingNode>

Create a method member definition.

Extended Type: Ast

name : string

The name of the method.

parameters : WidgetBuilder<Pattern>

The parameters of the method.

bodyExpr : string

The body of the method.

Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr, returnType)

Full Usage: Ast.Member(name, parameters, bodyExpr, returnType)

Parameters:
Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : WidgetBuilder<Pattern>
bodyExpr : string
returnType : WidgetBuilder<Type>
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr, returnType)

Full Usage: Ast.Member(name, parameters, bodyExpr, returnType)

Parameters:
Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : WidgetBuilder<Pattern>
bodyExpr : string
returnType : string
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr)

Full Usage: Ast.Member(name, parameters, bodyExpr)

Parameters:
    name : string - The name of the method.
    parameters : string - The parameters of the method.
    bodyExpr : WidgetBuilder<Constant> - The body of the method.

Returns: WidgetBuilder<BindingNode>

Create a method member definition.

Extended Type: Ast

name : string

The name of the method.

parameters : string

The parameters of the method.

bodyExpr : WidgetBuilder<Constant>

The body of the method.

Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr, returnType)

Full Usage: Ast.Member(name, parameters, bodyExpr, returnType)

Parameters:
Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : string
bodyExpr : WidgetBuilder<Constant>
returnType : WidgetBuilder<Type>
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr, returnType)

Full Usage: Ast.Member(name, parameters, bodyExpr, returnType)

Parameters:
Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : string
bodyExpr : WidgetBuilder<Constant>
returnType : string
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr)

Full Usage: Ast.Member(name, parameters, bodyExpr)

Parameters:
    name : string - The name of the method.
    parameters : string - The parameters of the method.
    bodyExpr : string - The body of the method.

Returns: WidgetBuilder<BindingNode>

Create a method member definition.

Extended Type: Ast

name : string

The name of the method.

parameters : string

The parameters of the method.

bodyExpr : string

The body of the method.

Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr, returnType)

Full Usage: Ast.Member(name, parameters, bodyExpr, returnType)

Parameters:
    name : string
    parameters : string
    bodyExpr : string
    returnType : WidgetBuilder<Type>

Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : string
bodyExpr : string
returnType : WidgetBuilder<Type>
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr, returnType)

Full Usage: Ast.Member(name, parameters, bodyExpr, returnType)

Parameters:
    name : string
    parameters : string
    bodyExpr : string
    returnType : string

Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : string
bodyExpr : string
returnType : string
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr)

Full Usage: Ast.Member(name, parameters, bodyExpr)

Parameters:
    name : string - The name of the method.
    parameters : string - The parameters of the method.
    bodyExpr : WidgetBuilder<Expr> - The body of the method.

Returns: WidgetBuilder<BindingNode>

Create a method member definition.

Extended Type: Ast

name : string

The name of the method.

parameters : string

The parameters of the method.

bodyExpr : WidgetBuilder<Expr>

The body of the method.

Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr, returnType)

Full Usage: Ast.Member(name, parameters, bodyExpr, returnType)

Parameters:
Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : string
bodyExpr : WidgetBuilder<Expr>
returnType : WidgetBuilder<Type>
Returns: WidgetBuilder<BindingNode>

Ast.Member(name, parameters, bodyExpr, returnType)

Full Usage: Ast.Member(name, parameters, bodyExpr, returnType)

Parameters:
    name : string
    parameters : string
    bodyExpr : WidgetBuilder<Expr>
    returnType : string

Returns: WidgetBuilder<BindingNode>

Extended Type: Ast

name : string
parameters : string
bodyExpr : WidgetBuilder<Expr>
returnType : string
Returns: WidgetBuilder<BindingNode>

Type something to start searching.