diff options
| -rw-r--r-- | src/java_tokens.hh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/java_tokens.hh b/src/java_tokens.hh index c4e27c0..e8b32fe 100644 --- a/src/java_tokens.hh +++ b/src/java_tokens.hh @@ -24,16 +24,16 @@ struct Token { // str is identifier kIdentifier, - // str is keyword, int_value is Keyword index + // str is keyword kReservedKeyword, - // str is keyword, int_value is Keyword index + // str is keyword kContextualKeyword, - // str is separator, int_value is Separator index + // str is separator kSeparator, - // str is operator, int_value is Operator index + // str is operator kOperator, // int_value is literal value |
