kolasu
1.6.0-RC1-observers-SNAPSHOT
jvm
emf
/
com.strumenta.kolasu.emf
/
KolasuDataTypeHandler
Kolasu
Data
Type
Handler
class
KolasuDataTypeHandler
(
val
kolasuKClass
:
KClass
<
*
>
,
val
kolasuDataType
:
EDataType
)
:
EDataTypeHandler
Members
Constructors
Kolasu
Data
Type
Handler
Link copied to clipboard
constructor
(
kolasuKClass
:
KClass
<
*
>
,
kolasuDataType
:
EDataType
)
Functions
can
Handle
Link copied to clipboard
open
override
fun
canHandle
(
ktype
:
KType
)
:
Boolean
external
Link copied to clipboard
open
override
fun
external
(
)
:
Boolean
to
Data
Type
Link copied to clipboard
open
override
fun
toDataType
(
ktype
:
KType
)
:
EDataType
Properties
kolasu
Data
Type
Link copied to clipboard
val
kolasuDataType
:
EDataType
kolasu
KClass
Link copied to clipboard
val
kolasuKClass
:
KClass
<
*
>