fluentast-core / at.hschroedl.fluentast.ast.statement / FluentIfElseStatement
FluentIfElseStatement
class FluentIfElseStatement : FluentStatement (source)
Used to construct an IfStatement with a condition, a then statement and an else-statement. This class is a terminal expression, as not more than one else-statement can be added.
Functions
| build | fun build(ast: AST): IfStatementCreates an Statement from the given FluentStatement using the given AST. |
Inherited Functions
| build | open fun build(): StatementCreates a Statement using a new AST. |
Generated using Dokka.