kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
core
/
io.github.hfhbd.kfx.ir
/
IRTree
/
Enum
Enum
@
Serializable
data
class
Enum
(
val
packageName
:
String
,
val
packageNameSuffix
:
String
,
val
name
:
String
,
val
values
:
List
<
IRTree.Enum.Value
>
,
val
documentation
:
String
?
,
val
deprecated
:
Boolean
)
:
IRTree.Class
(
source
)
Members
Constructors
Enum
Link copied to clipboard
constructor
(
packageName
:
String
,
packageNameSuffix
:
String
,
name
:
String
,
values
:
List
<
IRTree.Enum.Value
>
,
documentation
:
String
?
,
deprecated
:
Boolean
)
Types
Value
Link copied to clipboard
@
Serializable
data
class
Value
(
val
value
:
String
,
val
documentation
:
String
?
,
val
serialName
:
String
?
)
Properties
deprecated
Link copied to clipboard
open
override
val
deprecated
:
Boolean
documentation
Link copied to clipboard
open
override
val
documentation
:
String
?
name
Link copied to clipboard
open
override
val
name
:
String
package
Name
Link copied to clipboard
open
override
val
packageName
:
String
package
Name
Suffix
Link copied to clipboard
open
override
val
packageNameSuffix
:
String
values
Link copied to clipboard
val
values
:
List
<
IRTree.Enum.Value
>