SourceCodeInfo

inner class SourceCodeInfo(val module: A_Module)

Information about the source code for some module.

Constructors

Link copied to clipboard
fun SourceCodeInfo(module: A_Module)

Create a new record with the given content.

Properties

Link copied to clipboard
val lineEnds: AvailRuntimeSupport.AvailLazyFuture<List<Int>>
Link copied to clipboard
val module: A_Module
Link copied to clipboard
val resolverReference: ResolverReference
Link copied to clipboard
val source: AvailRuntimeSupport.AvailLazyFuture<String>
Link copied to clipboard
val stylingRecord: Repository.StylingRecord