private bool shouldReadIdentifier() { return(!characterStream.isEndOfStream() && characterStream.isNextCharIdentifier()); }