Class TokenValue

A token that has a decoded haystack value.

Implements

Constructors

Properties

_isATokenValue: true

Flag used to identify a token value.

type: TokenType

The token type.

value: HVal

The haystack value.

Methods