alchemist-full
Toggle table of contents
43.0.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
alchemist-full
alchemist-kotlinscript
/
it.unibo.alchemist.kotlinscript
/
AlchemistCompilationConfiguration
Alchemist
Compilation
Configuration
object
AlchemistCompilationConfiguration
:
ScriptCompilationConfiguration
(
source
)
Compilation configuration for Alchemist scripts.
Members
Properties
not
Transient
Data
Link copied to clipboard
val
notTransientData
:
Map
<
PropertiesCollection.Key
<
*
>
,
Any
?
>
Functions
contains
Key
Link copied to clipboard
fun
<
T
>
containsKey
(
key
:
PropertiesCollection.Key
<
T
>
)
:
Boolean
entries
Link copied to clipboard
fun
entries
(
)
:
Set
<
Map.Entry
<
PropertiesCollection.Key
<
*
>
,
Any
?
>
>
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Link copied to clipboard
operator
fun
<
T
>
get
(
key
:
PropertiesCollection.Key
<
T
>
)
:
T
?
get
No
Default
Link copied to clipboard
fun
<
T
>
getNoDefault
(
key
:
PropertiesCollection.Key
<
T
>
)
:
T
?
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
is
Empty
Link copied to clipboard
fun
isEmpty
(
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String