fluentast-core / at.hschroedl.fluentast.ast.statement / FluentIfPartial

FluentIfPartial

class FluentIfPartial (source)

Used to build an IfStatement where a condition has been set, but a then-statement or else-statement have yet to be added.

Functions

then fun then(statement: FluentStatement): FluentIfStatement
Creates a new FluentIfStatement.


Generated using Dokka.