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
/
TesseraModule
Tessera
Module
sealed
interface
TesseraModule
Inheritors
BytecodeModule
GraalModule
Members
Properties
directory
Link copied to clipboard
abstract
val
directory
:
Path
exported
Functions
Link copied to clipboard
abstract
val
exportedFunctions
:
List
<
String
>
manifest
Link copied to clipboard
abstract
val
manifest
:
TesseraManifest
name
Link copied to clipboard
open
val
name
:
String
Functions
callback
For
Link copied to clipboard
abstract
fun
callbackFor
(
functionName
:
String
)
:
TesseraCallback
?
has
Function
Link copied to clipboard
open
fun
hasFunction
(
functionName
:
String
)
:
Boolean