bytecode
Generate bytecode instructions using a ShakeBytecodeInstructionGenerator
Return
The bytecode as a ByteArray
Since
0.1.0
Parameters
init
The init function
See also
fun bytecode(constantPool: MutableConstantPool, init: PooledShakeBytecodeInstructionGenerator.() -> Unit): ByteArray(source)
Generate bytecode instructions using a PooledShakeBytecodeInstructionGenerator
Return
The bytecode as a ByteArray
Since
0.1.0
Parameters
constantPool
The constant pool to use
init
The init function