fluentast-core / at.hschroedl.fluentast.ast.expression / FluentStringLiteral
FluentStringLiteral
class FluentStringLiteral : FluentExpression (source)
Used to build a StringLiteral with a given value.
Functions
| build | fun build(ast: AST): StringLiteral |
Inherited Functions
| build | open fun build(): Expression |
| field | fun field(fieldName: String): FluentFieldAccess |
| index | fun index(expression: FluentExpression): FluentArrayAccess |
Generated using Dokka.