JVMChunkL2Source

annotation class JVMChunkL2Source(val sourcePath: String)

JVMChunkL2Source captures an absolutepath to the L2ControlFlowGraph of the L2Chunk 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 L2ControlFlowGraph of the L2Chunk that serves as the basis for the annotated method.

Constructors

Link copied to clipboard
fun JVMChunkL2Source(sourcePath: String)

Construct a JVMChunkL2Source.

Properties

Link copied to clipboard
val sourcePath: String

An absolutepath to the L2ControlFlowGraph of the L2Chunk that serves as the basis for the annotated method.