fluentast-core / at.hschroedl.fluentast.ast.statement / FluentParsedBlock / build

build

fun build(): Statement (source)

Overrides FluentStatement.build

Creates a Statement using a new AST.

Return a new Statement

fun build(ast: AST): Statement (source)

Overrides FluentStatement.build

Creates an Statement from the given FluentStatement using the given AST.

Parameters

ast - used for creating the Statement

Return a new Statement


Generated using Dokka.