Header menu logo Fabulous.AST

TypeDefnAbbrevNodeBuilders Module

Type extensions

Type extension Description

Ast.Abbrev(name, alias)

Full Usage: Ast.Abbrev(name, alias)

Parameters:
    name : string - The name of the type abbreviation.
    alias : WidgetBuilder<Type> - The alias type of the type abbreviation.

Returns: WidgetBuilder<TypeDefnAbbrevNode>

Create a type abbreviation with the given name and alias type.

Extended Type: Ast

name : string

The name of the type abbreviation.

alias : WidgetBuilder<Type>

The alias type of the type abbreviation.

Returns: WidgetBuilder<TypeDefnAbbrevNode>

Ast.Abbrev(name, alias)

Full Usage: Ast.Abbrev(name, alias)

Parameters:
    name : string - The name of the type abbreviation.
    alias : string - The alias type of the type abbreviation.

Returns: WidgetBuilder<TypeDefnAbbrevNode>

Create a type abbreviation with the given name and alias type.

Extended Type: Ast

name : string

The name of the type abbreviation.

alias : string

The alias type of the type abbreviation.

Returns: WidgetBuilder<TypeDefnAbbrevNode>

Type something to start searching.