create object for hashed lookups */
| 93 | |
| 94 | /** create object for hashed lookups */ |
| 95 | static ExprIdToken create(nonneg int exprId) { |
| 96 | return ExprIdToken(exprId); |
| 97 | } |
| 98 | |
| 99 | private: |
| 100 | // for hashed lookups only |
nothing calls this directly
no test coverage detected