UnaryExpressionToken

type UnaryExpressionToken = UnaryOperationToken | PrimaryExpressionToken

Description

Alias with the tokens that comprehends all the kinds of unary expressions.