Header menu logo Fabulous.AST

ExprTriviaModifiers Type

Static members

Static member Description

ExprTriviaModifiers.triviaAfter (this, value)

Full Usage: ExprTriviaModifiers.triviaAfter (this, value)

Parameters:
Returns: WidgetBuilder<Expr>
Modifiers: inline

Adds trivia after the expression.

this : WidgetBuilder<Expr>

Current expression widget.

value : WidgetBuilder<TriviaNode>

Trivia node to add after the expression.

Returns: WidgetBuilder<Expr>

ExprTriviaModifiers.triviaAfter (this, value)

Full Usage: ExprTriviaModifiers.triviaAfter (this, value)

Parameters:
Returns: WidgetBuilder<Expr>
Modifiers: inline

Adds trivia after the expression.

this : WidgetBuilder<Expr>

Current expression widget.

value : WidgetBuilder<TriviaContent>

Trivia content to add after the expression.

Returns: WidgetBuilder<Expr>

ExprTriviaModifiers.triviaAfter (this, value)

Full Usage: ExprTriviaModifiers.triviaAfter (this, value)

Parameters:
Returns: WidgetBuilder<Expr>
Modifiers: inline

Adds trivia after the expression.

this : WidgetBuilder<Expr>

Current expression widget.

value : WidgetBuilder<TriviaNode> seq

List of trivia nodes to add after the expression.

Returns: WidgetBuilder<Expr>

ExprTriviaModifiers.triviaAfter (this, value)

Full Usage: ExprTriviaModifiers.triviaAfter (this, value)

Parameters:
Returns: WidgetBuilder<Expr>
Modifiers: inline

Adds trivia after the expression.

this : WidgetBuilder<Expr>

Current expression widget.

value : WidgetBuilder<TriviaContent> seq

List of trivia content to add after the expression.

Returns: WidgetBuilder<Expr>

ExprTriviaModifiers.triviaBefore (this, value)

Full Usage: ExprTriviaModifiers.triviaBefore (this, value)

Parameters:
Returns: WidgetBuilder<Expr>
Modifiers: inline

Adds trivia before the expression.

this : WidgetBuilder<Expr>

Current expression widget.

value : WidgetBuilder<TriviaNode>

Trivia node to add before the expression.

Returns: WidgetBuilder<Expr>

ExprTriviaModifiers.triviaBefore (this, value)

Full Usage: ExprTriviaModifiers.triviaBefore (this, value)

Parameters:
Returns: WidgetBuilder<Expr>
Modifiers: inline

Adds trivia before the expression.

this : WidgetBuilder<Expr>

Current expression widget.

value : WidgetBuilder<TriviaContent>

Trivia content to add before the expression.

Returns: WidgetBuilder<Expr>

ExprTriviaModifiers.triviaBefore (this, value)

Full Usage: ExprTriviaModifiers.triviaBefore (this, value)

Parameters:
Returns: WidgetBuilder<Expr>
Modifiers: inline

Adds trivia before the expression.

this : WidgetBuilder<Expr>

Current expression widget.

value : WidgetBuilder<TriviaNode> seq

List of trivia nodes to add before the expression.

Returns: WidgetBuilder<Expr>

ExprTriviaModifiers.triviaBefore (this, value)

Full Usage: ExprTriviaModifiers.triviaBefore (this, value)

Parameters:
Returns: WidgetBuilder<Expr>
Modifiers: inline

Adds trivia before the expression.

this : WidgetBuilder<Expr>

Current expression widget.

value : WidgetBuilder<TriviaContent> seq

List of trivia content to add before the expression.

Returns: WidgetBuilder<Expr>

Type something to start searching.