Searched refs:PRE_EVAL (Results 1 – 1 of 1) sorted by relevance
57 private static enum TokenKind { CONSTANT, OPERATOR, PRE_EVAL }; enumConstant327 out.writeByte(TokenKind.PRE_EVAL.ordinal()); in write()379 return TokenKind.PRE_EVAL; in kind()396 case PRE_EVAL: in newToken()