Header menu logo Fabulous.AST

TypeNameNodeBuilders Module

Type extensions

Type extension Description

Ast.Measure(name)

Full Usage: Ast.Measure(name)

Parameters:
    name : string - The name of the measure type.

Returns: WidgetBuilder<TypeNameNode>

Create a measure type with the given name.

Extended Type: Ast

name : string

The name of the measure type.

Returns: WidgetBuilder<TypeNameNode>

Ast.Measure(name, powerType)

Full Usage: Ast.Measure(name, powerType)

Parameters:
    name : string - The name of the measure type.
    powerType : WidgetBuilder<Type> - The power type of the measure type.

Returns: WidgetBuilder<TypeDefnAbbrevNode>

Create a measure type with the given name and power type.

Extended Type: Ast

name : string

The name of the measure type.

powerType : WidgetBuilder<Type>

The power type of the measure type.

Returns: WidgetBuilder<TypeDefnAbbrevNode>

Ast.Measure(name, powerType)

Full Usage: Ast.Measure(name, powerType)

Parameters:
    name : string - The name of the measure type.
    powerType : string - The power type of the measure type.

Returns: WidgetBuilder<TypeDefnAbbrevNode>

Create a measure type with the given name and power type.

Extended Type: Ast

name : string

The name of the measure type.

powerType : string

The power type of the measure type.

Returns: WidgetBuilder<TypeDefnAbbrevNode>

Type something to start searching.