Identifier

data class Identifier(val text: String) : Token

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override val text: String

Functions

Link copied to clipboard
open override fun toString(): String