LocationSourceInformation


Source information about composable function call locations inside parent group.

Summary

Public constructors

LocationSourceInformation(
    lineNumber: Int,
    offset: Int,
    length: Int,
    isRepeatable: Boolean
)
Cmn

Public properties

Boolean
Cmn
Int
Cmn
Int
Cmn
Int
Cmn

Public constructors

LocationSourceInformation

LocationSourceInformation(
    lineNumber: Int,
    offset: Int,
    length: Int,
    isRepeatable: Boolean
)

Public properties

isRepeatable

val isRepeatable: Boolean

length

val length: Int

lineNumber

val lineNumber: Int

offset

val offset: Int