Package-level declarations

Types

Link copied to clipboard
class ClassGenerationContext(val parentPathBase: String, val constantPool: MutableConstantPool)
Link copied to clipboard
class FieldGenerationContext(val parentPathBase: String, val constantPool: MutableConstantPool)
Link copied to clipboard
Link copied to clipboard
class MethodGenerationContext(val parentPathBase: String, val constantPool: MutableConstantPool)
Link copied to clipboard
open class ShakeBytecodeInstructionGenerator(val bytes: MutableList<Byte> = mutableListOf())

Utility class to generate bytecode instructions Normally you should use the bytecode function to generate bytecode

Functions

Link copied to clipboard
Link copied to clipboard