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): Expressionopen fun build(): Expression |
| field | fun field(fieldName: String): FluentFieldAccess |
| index | fun index(expression: FluentExpression): FluentArrayAccess |
Inheritors
| FluentBooleanLiteral | class FluentBooleanLiteral : FluentLiteralUsed to build a BooleanLiteral with a given value. |
| FluentCharacterLiteral | class FluentCharacterLiteral : FluentLiteralUsed to build a CharacterLiteral with a given character value. |
| FluentNumberLiteral | class FluentNumberLiteral : FluentLiteralUsed to build a NumberLiteral with a given integer value. |
Generated using Dokka.