* @return a pointer to the Enumerator associated with this token. */
| 1273 | * @return a pointer to the Enumerator associated with this token. |
| 1274 | */ |
| 1275 | const Enumerator *enumerator() const { |
| 1276 | return mTokType == eEnumerator ? mImpl->mEnumerator : nullptr; |
| 1277 | } |
| 1278 | |
| 1279 | /** |
| 1280 | * Associate this token with given enumerator |