fluentast-core / at.hschroedl.fluentast.ast.statement / FluentIfStatement
FluentIfStatement
class FluentIfStatement : FluentStatement (source)
Used to build an IfStatement with a condition and a then-statement, but without a else-statement.
Functions
| build | fun build(ast: AST): IfStatementCreates an Statement from the given FluentStatement using the given AST. |
| else_ | fun else_(statement: FluentStatement): FluentIfElseStatementCreates a new FluentIfElseStatement. |
Inherited Functions
| build | open fun build(): StatementCreates a Statement using a new AST. |
Generated using Dokka.