Interface IncompleteToken

A token that requires additional parameters. Terminal operations are defined as never to prevent the token from being used without the required parameters.

Hierarchy

  • IncompleteToken

Properties

addModifier: never

Deprecated

The token is incomplete. Please provide the required parameters.

Throws

Error: Required parameters are missing in the token.

addNode: never

Deprecated

The token is incomplete. Please provide the required parameters.

Throws

Error: Required parameters are missing in the token.

executeModifiers: never

Deprecated

The token is incomplete. Please provide the required parameters.

Throws

Error: Required parameters are missing in the token.

toRegExp: never

Deprecated

The token is incomplete. Please provide the required parameters.

Throws

Error: Required parameters are missing in the token.

toString: never

Deprecated

The token is incomplete. Please provide the required parameters.

Throws

Error: Required parameters are missing in the token.

Generated using TypeDoc