Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
lezer-common
/
com.monkopedia.kodemirror.lezer.common
/
Input
Input
interface
Input
Input interface for parsers.
Inheritors
StringInput
Members
Properties
length
Link copied to clipboard
abstract
val
length
:
Int
line
Chunks
Link copied to clipboard
open
val
lineChunks
:
Boolean
Functions
chunk
Link copied to clipboard
abstract
fun
chunk
(
pos
:
Int
)
:
String
read
Link copied to clipboard
abstract
fun
read
(
from
:
Int
,
to
:
Int
)
:
String