fluentast-core / at.hschroedl.fluentast.ast / FluentVariableDeclarationFragmentImpl

FluentVariableDeclarationFragmentImpl

class FluentVariableDeclarationFragmentImpl : FluentVariableDeclarationFragment (source)

Constructors

<init> FluentVariableDeclarationFragmentImpl(name: String, initializer: FluentExpression? = null)

Functions

init fun init(value: String): FluentVariableDeclarationFragmentImpl
fun init(value: Int): FluentVariableDeclarationFragmentImpl
fun init(value: FluentExpression): FluentVariableDeclarationFragmentImpl

Inherited Functions

build open fun build(ast: AST): VariableDeclarationFragment


Generated using Dokka.