jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
jmlparser-parent
utils
/
io.github.jmltoolkit.utils
/
JavaTemplate
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
from
Block
Link copied to clipboard
fun
fromBlock
(
javaCode
:
String
?
)
:
JavaTemplate
<
BlockStmt
>
from
Body
Decl
Link copied to clipboard
fun
fromBodyDecl
(
javaCode
:
String
?
)
:
JavaTemplate
<
BodyDeclaration
<
*
>
>
from
Statement
Link copied to clipboard
fun
fromStatement
(
javaCode
:
String
?
)
:
JavaTemplate
<
Statement
>
from
Type
Link copied to clipboard
fun
fromType
(
javaCode
:
String
?
)
:
JavaTemplate
<
TypeDeclaration
<
*
>
>