toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.template
/
KorteFilePosContext
Korte
File
Pos
Context
data
class
KorteFilePosContext
(
val
file
:
KorteFileContext
,
val
pos
:
Int
)
Members
Constructors
Korte
File
Pos
Context
Link copied to clipboard
constructor
(
file
:
KorteFileContext
,
pos
:
Int
)
Properties
column
Link copied to clipboard
val
column
:
Int
column0
Link copied to clipboard
val
column0
:
Int
file
Link copied to clipboard
val
file
:
KorteFileContext
file
Content
Link copied to clipboard
val
fileContent
:
String
file
Name
Link copied to clipboard
val
fileName
:
String
pos
Link copied to clipboard
val
pos
:
Int
row
Link copied to clipboard
val
row
:
Int
row0
Link copied to clipboard
val
row0
:
Int
Functions
exception
Link copied to clipboard
fun
exception
(
msg
:
String
)
:
Nothing
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
with
Pos
Add
Link copied to clipboard
fun
withPosAdd
(
add
:
Int
)
:
KorteFilePosContext