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 isRepeatableBoolean

length

val lengthInt

lineNumber

val lineNumberInt

offset

val offsetInt