JVMChunkL1Source

annotation class JVMChunkL1Source(val sourcePath: String)

JVMChunkL1Source captures an absolutepath to the disassembled L1 code that serves as the basis for the annotated method, making it available in generated class files. This annotation is only attached if JVMTranslator.debugJVM is enabled.

Author

Todd L Smith

Parameters

sourcePath

An absolutepath to the disassembled L1 code that serves as the basis for the annotated method.

Constructors

Link copied to clipboard
fun JVMChunkL1Source(sourcePath: String)

Construct a JVMChunkL1Source.

Properties

Link copied to clipboard
val sourcePath: String

An absolutepath to the disassembled L1 code that serves as the basis for the annotated method.