JVMChunk L2Source
@Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER ] )
Content copied to clipboard
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
source Path
An absolutepath to the L2ControlFlowGraph of the L2Chunk that serves as the basis for the annotated method.
Constructors
Link copied to clipboard
Construct a JVMChunkL2Source.
Properties
Link copied to clipboard
An absolutepath to the L2ControlFlowGraph of the L2Chunk that serves as the basis for the annotated method.