Token

fun <T> Token(type: T, value: String, section: Section)

Parameters

T

The type of the token.

type

The type of the token.

value

The value of this token.

section

The section of this token.