fluentast-core / at.hschroedl.fluentast.ast.statement / FluentBlock
FluentBlock
abstract class FluentBlock : FluentStatement (source)
Inherited Functions
| build | abstract fun build(ast: AST): StatementCreates an Statement from the given FluentStatement using the given AST. open fun build(): StatementCreates a Statement using a new AST. |
Inheritors
| FluentParsedBlock | class FluentParsedBlock : FluentBlock |
| FluentStatementBlock | class FluentStatementBlock : FluentBlock |
Generated using Dokka.