korlibs
Toggle table of contents
6.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
korlibs
korlibs-wasm
/
korlibs.wasm
/
WasmRunJVMOutput
/
createMethod
create
Method
jvm
inline
fun
ClassVisitor
.
createMethod
(
name
:
String
,
ret
:
Class
<
*
>
?
,
vararg
params
:
Any
?
,
isStatic
:
Boolean
=
false
,
maxStack
:
Int
=
0
,
maxLocals
:
Int
=
0
,
crossinline
block
:
MethodVisitor
.
(
)
->
Unit
)