BytecodeGenerationContext

class BytecodeGenerationContext(    val gen: ShakeBytecodeGenerator,     val bytecodeInstructionGenerator: PooledShakeBytecodeInstructionGenerator,     val method: MethodGenerationContext,     val returnType: ShakeType,     val localTable: ShakeBytecodeGenerator.LocalTable)(source)

Constructors

Link copied to clipboard
constructor(    gen: ShakeBytecodeGenerator,     bytecodeInstructionGenerator: PooledShakeBytecodeInstructionGenerator,     method: MethodGenerationContext,     returnType: ShakeType,     localTable: ShakeBytecodeGenerator.LocalTable)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard