Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class GenerationContext
Link copied to clipboard
Link copied to clipboard
open class PooledShakeBytecodeInstructionGenerator(val constantPool: MutableConstantPool, val bytes: MutableList<Byte> = mutableListOf<Byte>()) : ShakeBytecodeInstructionGenerator
A ShakeBytecodeInstructionGenerator that uses a MutableConstantPool
Link copied to clipboard
Utility class to generate bytecode instructions Normally you should use the bytecode function to generate bytecode
Functions
Link copied to clipboard
Generate bytecode instructions using a ShakeBytecodeInstructionGenerator
fun bytecode(constantPool: MutableConstantPool, init: PooledShakeBytecodeInstructionGenerator.() -> Unit): ByteArray
Generate bytecode instructions using a PooledShakeBytecodeInstructionGenerator
Link copied to clipboard