• Docs

Getting Started

    Basics Syntax

API

fluentast-core / at.hschroedl.fluentast / decl

decl

fun decl(name: String, initializer: Int): FluentVariableDeclarationExpression (source) fun decl(name: String, initializer: Boolean): FluentVariableDeclarationExpression (source) fun decl(name: String, initializer: Char): FluentVariableDeclarationExpression (source) fun decl(type: FluentType, initializer: String): FluentExpression (source) fun decl(type: FluentType, vararg fragment: FluentVariableDeclarationFragment): FluentVariableDeclarationExpression (source)


Generated using Dokka.


Fluentast 2018 | Powered by Jekyll Doc Theme