lin
/
com.github.adriantodt.lin.vm.types
/
LFunction
LFunction
sealed class
LFunction
:
LAny
Content copied to clipboard
Functions
Properties
Inheritors
Functions
call
Link copied to clipboard
abstract fun
call
(thisValue:
LAny
?, args:
List
<
LAny
>):
LAny
Content copied to clipboard
get
Member
Link copied to clipboard
open override fun
getMember
(name:
String
):
LAny
?
Content copied to clipboard
invoke
Link copied to clipboard
open operator fun
invoke
(vararg args:
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
linType
Link copied to clipboard
open override val
linType
:
String
Content copied to clipboard
name
Link copied to clipboard
abstract val
name
:
String
?
Content copied to clipboard
Inheritors
LCompiledFunction
Link copied to clipboard
LNativeFunction
Link copied to clipboard