Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

TokenKind

mattt edited this page Dec 21, 2020 · 1 revision

TokenKind

A type that represents a kind of token within a tokenization scheme.

public protocol TokenKind

Requirements

className

The class name associated with tokens of this kind, if any.

var className: String?
Clone this wiki locally