Header menu logo Fabulous.AST

InterpolatedStringBuilders Module

Type extensions

Type extension Description

Ast.InterpolatedStringExpr(parts, ?isVerbatim, ?dollars)

Full Usage: Ast.InterpolatedStringExpr(parts, ?isVerbatim, ?dollars)

Parameters:
    parts : TextSegment list - The parts of the interpolated string.
    ?isVerbatim : bool - Whether the string is verbatim.
    ?dollars : int - The number of dollars in the string.

Returns: WidgetBuilder<Expr>

Create an interpolated string expression.

Extended Type: Ast

parts : TextSegment list

The parts of the interpolated string.

?isVerbatim : bool

Whether the string is verbatim.

?dollars : int

The number of dollars in the string.

Returns: WidgetBuilder<Expr>

Ast.InterpolatedStringExpr(part, ?isVerbatim, ?dollars)

Full Usage: Ast.InterpolatedStringExpr(part, ?isVerbatim, ?dollars)

Parameters:
    part : TextSegment - The parts of the interpolated string.
    ?isVerbatim : bool - Whether the string is verbatim.
    ?dollars : int - The number of dollars in the string.

Returns: WidgetBuilder<Expr>

Create an interpolated string expression.

Extended Type: Ast

part : TextSegment

The parts of the interpolated string.

?isVerbatim : bool

Whether the string is verbatim.

?dollars : int

The number of dollars in the string.

Returns: WidgetBuilder<Expr>

Ast.InterpolatedStringExpr(parts, ?isVerbatim, ?dollars)

Full Usage: Ast.InterpolatedStringExpr(parts, ?isVerbatim, ?dollars)

Parameters:
    parts : WidgetBuilder<Expr> list - The parts of the interpolated string.
    ?isVerbatim : bool - Whether the string is verbatim.
    ?dollars : int - The number of dollars in the string.

Returns: WidgetBuilder<Expr>

Create an interpolated string expression.

Extended Type: Ast

parts : WidgetBuilder<Expr> list

The parts of the interpolated string.

?isVerbatim : bool

Whether the string is verbatim.

?dollars : int

The number of dollars in the string.

Returns: WidgetBuilder<Expr>

Ast.InterpolatedStringExpr(part, ?isVerbatim, ?dollars)

Full Usage: Ast.InterpolatedStringExpr(part, ?isVerbatim, ?dollars)

Parameters:
    part : WidgetBuilder<Expr> - The parts of the interpolated string.
    ?isVerbatim : bool - Whether the string is verbatim.
    ?dollars : int - The number of dollars in the string.

Returns: WidgetBuilder<Expr>

Create an interpolated string expression.

Extended Type: Ast

part : WidgetBuilder<Expr>

The parts of the interpolated string.

?isVerbatim : bool

Whether the string is verbatim.

?dollars : int

The number of dollars in the string.

Returns: WidgetBuilder<Expr>

Ast.InterpolatedStringExpr(parts, ?isVerbatim, ?dollars)

Full Usage: Ast.InterpolatedStringExpr(parts, ?isVerbatim, ?dollars)

Parameters:
    parts : WidgetBuilder<Constant> list - The parts of the interpolated string.
    ?isVerbatim : bool - Whether the string is verbatim.
    ?dollars : int - The number of dollars in the string.

Returns: WidgetBuilder<Expr>

Create an interpolated string expression.

Extended Type: Ast

parts : WidgetBuilder<Constant> list

The parts of the interpolated string.

?isVerbatim : bool

Whether the string is verbatim.

?dollars : int

The number of dollars in the string.

Returns: WidgetBuilder<Expr>

Ast.InterpolatedStringExpr(part, ?isVerbatim, ?dollars)

Full Usage: Ast.InterpolatedStringExpr(part, ?isVerbatim, ?dollars)

Parameters:
    part : WidgetBuilder<Constant> - The parts of the interpolated string.
    ?isVerbatim : bool - Whether the string is verbatim.
    ?dollars : int - The number of dollars in the string.

Returns: WidgetBuilder<Expr>

Create an interpolated string expression.

Extended Type: Ast

part : WidgetBuilder<Constant>

The parts of the interpolated string.

?isVerbatim : bool

Whether the string is verbatim.

?dollars : int

The number of dollars in the string.

Returns: WidgetBuilder<Expr>

Ast.InterpolatedStringExpr(parts, ?isVerbatim, ?dollars)

Full Usage: Ast.InterpolatedStringExpr(parts, ?isVerbatim, ?dollars)

Parameters:
    parts : string list - The parts of the interpolated string.
    ?isVerbatim : bool - Whether the string is verbatim.
    ?dollars : int - The number of dollars in the string.

Returns: WidgetBuilder<Expr>

Create an interpolated string expression.

Extended Type: Ast

parts : string list

The parts of the interpolated string.

?isVerbatim : bool

Whether the string is verbatim.

?dollars : int

The number of dollars in the string.

Returns: WidgetBuilder<Expr>

Ast.InterpolatedStringExpr(part, ?isVerbatim, ?dollars)

Full Usage: Ast.InterpolatedStringExpr(part, ?isVerbatim, ?dollars)

Parameters:
    part : string - The parts of the interpolated string.
    ?isVerbatim : bool - Whether the string is verbatim.
    ?dollars : int - The number of dollars in the string.

Returns: WidgetBuilder<Expr>

Create an interpolated string expression.

Extended Type: Ast

part : string

The parts of the interpolated string.

?isVerbatim : bool

Whether the string is verbatim.

?dollars : int

The number of dollars in the string.

Returns: WidgetBuilder<Expr>

Type something to start searching.