Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
engine
/
elide.runtime.lang
/
Language
/
NativeLanguageInfo
Native
Language
Info
interface
NativeLanguageInfo
:
PointerBase
Members
Functions
equal
Link copied to clipboard
abstract
fun
equal
(
val
:
ComparableWord
)
:
Boolean
equals
Link copied to clipboard
abstract
fun
equals
(
o
:
Any
)
:
Boolean
get
Api
Version
Link copied to clipboard
abstract
fun
getApiVersion
(
)
:
Int
get
Context
Configure
Function
Link copied to clipboard
abstract
fun
getContextConfigureFunction
(
)
:
Language.LangContextConfigureFunctionPointer
get
Engine
Configure
Function
Link copied to clipboard
abstract
fun
getEngineConfigureFunction
(
)
:
Language.LangEngineConfigureFunctionPointer
get
Entry
Function
Link copied to clipboard
abstract
fun
getEntryFunction
(
)
:
Language.LangEntryFunctionPointer
get
Init
Function
Link copied to clipboard
abstract
fun
getInitFunction
(
)
:
Language.LangInitFunctionPointer
get
Lang
Id
Link copied to clipboard
abstract
fun
getLangId
(
)
:
CCharPointer
is
Non
Null
Link copied to clipboard
abstract
fun
isNonNull
(
)
:
Boolean
is
Null
Link copied to clipboard
abstract
fun
isNull
(
)
:
Boolean
not
Equal
Link copied to clipboard
abstract
fun
notEqual
(
val
:
ComparableWord
)
:
Boolean
raw
Value
Link copied to clipboard
abstract
fun
rawValue
(
)
:
Long
set
Api
Version
Link copied to clipboard
abstract
fun
setApiVersion
(
value
:
Int
)
set
Context
Configure
Function
Link copied to clipboard
abstract
fun
setContextConfigureFunction
(
entryFn
:
Language.LangContextConfigureFunctionPointer
)
set
Engine
Configure
Function
Link copied to clipboard
abstract
fun
setEngineConfigureFunction
(
entryFn
:
Language.LangEngineConfigureFunctionPointer
)
set
Entry
Function
Link copied to clipboard
abstract
fun
setEntryFunction
(
entryFn
:
Language.LangEntryFunctionPointer
)
set
Init
Function
Link copied to clipboard
abstract
fun
setInitFunction
(
initFn
:
Language.LangInitFunctionPointer
)
set
Lang
Id
Link copied to clipboard
abstract
fun
setLangId
(
value
:
CCharPointer
)