SVG to Compose Documentation
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SVG to Compose Documentation
svg-to-compose
/
dev.tonholo.s2c.lexer
Package-level
declarations
Types
Types
Token
Link copied to clipboard
data
class
Token
<
T
:
TokenKind
>
(
val
kind
:
T
,
val
startOffset
:
Int
,
val
endOffset
:
Int
)
Represents a token in a sequence of text.
Token
Kind
Link copied to clipboard
interface
TokenKind
Represents a kind of token.