DigitRun

data class DigitRun(val text: String, val range: SourceRange) : Lexeme

Constructors

Link copied to clipboard
constructor(text: String, range: SourceRange)

Properties

Link copied to clipboard
open override val range: SourceRange
Link copied to clipboard