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

FluentBlock

abstract class FluentBlock : FluentStatement (source)

Inherited Functions

build abstract fun build(ast: AST): Statement
Creates an Statement from the given FluentStatement using the given AST.open fun build(): Statement
Creates a Statement using a new AST.

Inheritors

FluentParsedBlock class FluentParsedBlock : FluentBlock
FluentStatementBlock class FluentStatementBlock : FluentBlock


Generated using Dokka.