Source Range
data class SourceRange(startLine: Int, startColumn: Int, endLine: Int, endColumn: Int)
Content copied to clipboard
Text range within a resource. All numbers are zero-based.
Constructors
SourceRange
Link copied to clipboard
fun SourceRange(startLine: Int, startColumn: Int, endLine: Int, endColumn: Int)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard