Home | History | Annotate | Download | only in parsing

Lines Matching defs:Token

16 // symbolic token name, string is the corresponding syntactic symbol
18 // The parameters are invoked for token categories as follows:
161 /* Illegal token - not able to scan. */ \
175 class Token {
177 // All token values.
185 // Returns a string corresponding to the C++ token name
186 // (e.g. "LT" for the token LT).
299 // Returns a string corresponding to the JS token string
300 // (.e., "<" for the token LT) or NULL if the token doesn't