|
enum | Value : uint8_t { TOKEN_LIST =(T, T, T) NUM_TOKENS
} |
|
|
static const char * | Name (Value token) |
|
static char | TypeForTesting (Value token) |
|
static bool | IsKeyword (Value token) |
|
static bool | IsIdentifier (Value token, LanguageMode language_mode, bool is_generator, bool disallow_await) |
|
static bool | IsCallable (Value token) |
|
static bool | IsAutoSemicolon (Value token) |
|
static bool | IsAnyIdentifier (Value token) |
|
static bool | IsStrictReservedWord (Value token) |
|
static bool | IsLiteral (Value token) |
|
static bool | IsTemplate (Value token) |
|
static bool | IsMember (Value token) |
|
static bool | IsProperty (Value token) |
|
static bool | IsPropertyOrCall (Value token) |
|
static bool | IsArrowOrAssignmentOp (Value token) |
|
static bool | IsAssignmentOp (Value token) |
|
static bool | IsBinaryOp (Value op) |
|
static bool | IsCompareOp (Value op) |
|
static bool | IsOrderedRelationalCompareOp (Value op) |
|
static bool | IsEqualityOp (Value op) |
|
static Value | BinaryOpForAssignment (Value op) |
|
static bool | IsBitOp (Value op) |
|
static bool | IsUnaryOp (Value op) |
|
static bool | IsCountOp (Value op) |
|
static bool | IsUnaryOrCountOp (Value op) |
|
static bool | IsShiftOp (Value op) |
|
static const char * | String (Value token) |
|
static uint8_t | StringLength (Value token) |
|
static int | Precedence (Value token, bool accept_IN) |
|
Definition at line 202 of file token.h.
The documentation for this class was generated from the following files: