Lines Matching full:token
36 // symbolic token name, string is the corresponding syntactic symbol
38 // The parameters are invoked for token categories as follows:
198 /* Illegal token - not able to scan. */ \
205 class Token {
207 // All token values.
215 // Returns a string corresponding to the C++ token name
216 // (e.g. "LT" for the token LT).
247 // Returns a string corresponding to the JS token string
248 // (.e., "<" for the token LT) or NULL if the token doesn't