toggle menu
parsek
0.1.0
common
switch theme
search in API
prose
/
parsek.prose.ast
/
Word
Word
data
class
Word
(
val
text
:
String
,
val
sourceRange
:
IntRange
)
:
Token
A word — a contiguous run of letters and/or digits.
Members
Constructors
Word
Link copied to clipboard
constructor
(
text
:
String
,
sourceRange
:
IntRange
)
Properties
source
Range
Link copied to clipboard
open
override
val
sourceRange
:
IntRange
text
Link copied to clipboard
open
override
val
text
:
String