TLiteral

data class TLiteral(val content: String) : KorteToken, KorteTokenContext

Constructors

Link copied to clipboard
constructor(content: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override var file: KorteFileContext
Link copied to clipboard
open override var pos: Int
Link copied to clipboard
open override val posContext: KorteFilePosContext
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun exception(msg: String): Nothing