Compiled

class Compiled(name: String?, source: CompiledSource, data: CompiledFunction, rootScope: Scope) : LFunction

Functions

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

Properties

data
Link copied to clipboard
val data: CompiledFunction
linType
Link copied to clipboard
open override val linType: String
name
Link copied to clipboard
val name: String?
rootScope
Link copied to clipboard
val rootScope: Scope
source
Link copied to clipboard
val source: CompiledSource