230231232233234235236
if (tokenName == null) { return null; } return new OperatorToken(startPosition, tokenName); }