Class TokenPaths

A token with multiple paths.

This token is used to hold dereferenced path information.

Implements

Constructors

Properties

_isATokenPaths: true

Flag used to identify a token paths object.

paths: string[]

The token text value.

type: TokenType = TokenType.paths

The token type.

Methods