Tag

data class Tag(val number: Int, val type: Int?) : Token

Constructors

Link copied to clipboard
constructor(number: Int, type: Int?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val number: Int
Link copied to clipboard
val type: Int?