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

FluentLiteral

abstract class FluentLiteral : FluentExpression (source)

Base class for other literals. See NumberLiteral,StringLiteral,BooleanLiteral

Inherited Functions

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

Inheritors

FluentBooleanLiteral class FluentBooleanLiteral : FluentLiteral
Used to build a BooleanLiteral with a given value.
FluentCharacterLiteral class FluentCharacterLiteral : FluentLiteral
Used to build a CharacterLiteral with a given character value.
FluentNumberLiteral class FluentNumberLiteral : FluentLiteral
Used to build a NumberLiteral with a given integer value.


Generated using Dokka.