Documentation / @andrew_l/search-query-language / TOKEN
Variable: TOKEN
const
TOKEN:Readonly
<object
>
Token types
Type declaration
EOF
readonly
EOF:TokenType
End of File token.
EQUALITY
readonly
EQUALITY:TokenType
Equality operator token.
FALSE
readonly
FALSE:TokenType
False literal tokens.
LOGICAL_AND
readonly
LOGICAL_AND:TokenType
Logical operator token.
LOGICAL_OR
readonly
LOGICAL_OR:TokenType
Logical operator token.
MINUS
readonly
MINUS:TokenType
Minus operator token.
NAME
readonly
NAME:TokenType
Identifier token.
NULL
readonly
NULL:TokenType
Null literal token.
NUM
readonly
NUM:TokenType
Number token.
PAREN_L
readonly
PAREN_L:TokenType
Parenthesis token.
PAREN_R
readonly
PAREN_R:TokenType
Parenthesis token.
RELATIONAL
readonly
RELATIONAL:TokenType
Relational operator token.
SOF
readonly
SOF:TokenType
Start of File token.
STRING
readonly
STRING:TokenType
String token.
TRUE
readonly
TRUE:TokenType
True literal tokens.