lin
/
com.github.adriantodt.lin.vm.types
/
LFunction
/
Compiled
Compiled
class
Compiled
(name:
String
?, source:
CompiledSource
, data:
CompiledFunction
, rootScope:
Scope
) :
LFunction
Content copied to clipboard
Functions
Properties
Functions
get
Member
Link copied to clipboard
open override fun
getMember
(name:
String
):
LAny
?
Content copied to clipboard
invoke
Link copied to clipboard
open operator override fun
invoke
(vararg arguments:
LAny
):
LAny
Content copied to clipboard
to
String
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
truth
Link copied to clipboard
open override fun
truth
():
Boolean
Content copied to clipboard
Properties
data
Link copied to clipboard
val
data
:
CompiledFunction
Content copied to clipboard
linType
Link copied to clipboard
open override val
linType
:
String
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
?
Content copied to clipboard
rootScope
Link copied to clipboard
val
rootScope
:
Scope
Content copied to clipboard
source
Link copied to clipboard
val
source
:
CompiledSource
Content copied to clipboard