LFunction

sealed class LFunction : LAny

Types

Compiled
Link copied to clipboard
class Compiled(name: String?, source: CompiledSource, data: CompiledFunction, rootScope: Scope) : LFunction
Native
Link copied to clipboard
class Native(nativeBlock: (params: List<LAny>) -> LAny) : LFunction

Functions

getMember
Link copied to clipboard
open override fun getMember(name: String): LAny?
invoke
Link copied to clipboard
abstract operator fun invoke(vararg arguments: LAny): LAny
truth
Link copied to clipboard
open override fun truth(): Boolean

Properties

linType
Link copied to clipboard
open override val linType: String

Inheritors

LFunction
Link copied to clipboard
LFunction
Link copied to clipboard