Token

open fun Token()

No-argument constructor


open fun Token(kind: Int)

Constructs a new token for the specified Image.


open fun Token(kind: Int, image: String)

Constructs a new token for the specified Image and Kind.