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): FluentVariableDeclarationFragmentImplfun init(value: Int): FluentVariableDeclarationFragmentImplfun init(value: FluentExpression): FluentVariableDeclarationFragmentImpl |
Inherited Functions
| build | open fun build(ast: AST): VariableDeclarationFragment |
Generated using Dokka.