fluentast-core / at.hschroedl.fluentast.ast.expression / FluentArrayCreation

FluentArrayCreation

class FluentArrayCreation : FluentExpression (source)

Used to create an ArrayCreation with the given FluentArrayType and a FluentArrayInitializer.

Functions

build fun build(ast: AST): ArrayCreation

Inherited Functions

build open fun build(): Expression
field fun field(fieldName: String): FluentFieldAccess
index fun index(expression: FluentExpression): FluentArrayAccess


Generated using Dokka.