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

FluentNullLiteral

class FluentNullLiteral : FluentExpression (source)

Used to build a NullLiteral.

Functions

build fun build(ast: AST): NullLiteral

Inherited Functions

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


Generated using Dokka.