tessera
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
tessera
tessera
/
ratph6.tessera.engine
/
GraalModule
Graal
Module
class
GraalModule
(
val
manifest
:
TesseraManifest
,
val
directory
:
Path
)
:
TesseraModule
Members
Constructors
Graal
Module
Link copied to clipboard
constructor
(
manifest
:
TesseraManifest
,
directory
:
Path
)
Properties
directory
Link copied to clipboard
open
override
val
directory
:
Path
exported
Functions
Link copied to clipboard
open
override
val
exportedFunctions
:
List
<
String
>
manifest
Link copied to clipboard
open
override
val
manifest
:
TesseraManifest
name
Link copied to clipboard
open
val
name
:
String
Functions
callback
For
Link copied to clipboard
open
override
fun
callbackFor
(
functionName
:
String
)
:
TesseraCallback
?
has
Function
Link copied to clipboard
open
fun
hasFunction
(
functionName
:
String
)
:
Boolean