kfx
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kfx
kotlin-poet
/
io.github.hfhbd.kfx.kotlin
Package-level
declarations
Types
Functions
Types
Kotlin
Poet
Code
Generator
Link copied to clipboard
interface
KotlinPoetCodeGenerator
:
CodeGenerator
Functions
to
Code
Block
Link copied to clipboard
fun
CodeGenTree.Expression.ConstExpression
.
toCodeBlock
(
)
:
CodeBlock
fun
CodeGenTree.Expression
.
toCodeBlock
(
nameAllocator
:
NameAllocator
)
:
CodeBlock
to
Kdoc
Link copied to clipboard
fun
String
.
toKdoc
(
)
:
CodeBlock
to
Kotlin
Poet
Link copied to clipboard
fun
CodeGenTree.ClassName
.
toKotlinPoet
(
)
:
TypeName
to
Poet
Type
Link copied to clipboard
fun
CodeGenTree.Type.Builtin
.
toPoetType
(
)
:
ClassName
fun
CodeGenTree.Type
.
toPoetType
(
includeGenerics
:
Boolean
=
true
)
:
TypeName