kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
core
/
io.github.hfhbd.kfx.ir
Package-level
declarations
Types
Types
Ir
Transformer
Link copied to clipboard
fun
interface
IrTransformer
IRTree
Link copied to clipboard
@
Serializable
data
class
IRTree
(
val
classes
:
Set
<
IRTree.Class
>
,
val
operations
:
Set
<
IRTree.Operation
>
,
val
auth
:
Set
<
IRTree.Auth
>
)