PrimaryExpressionToken

type PrimaryExpressionToken = BracketedExpressionToken | FunctionToken | VariableToken | IRIToken | RDFLiteralToken | LiteralToken

Description

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