samt-core
1.0.0
jvm
common
/
tools.samt.common
/
FileOffset
File
Offset
data
class
FileOffset
(
val
charIndex
:
Int
,
val
row
:
Int
,
val
col
:
Int
)
row and column information are 0-indexed.
Members
Constructors
File
Offset
Link copied to clipboard
constructor
(
charIndex
:
Int
,
row
:
Int
,
col
:
Int
)
Properties
char
Index
Link copied to clipboard
val
charIndex
:
Int
col
Link copied to clipboard
val
col
:
Int
row
Link copied to clipboard
val
row
:
Int
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String