def __GetNextWord(self):
        self.__SkipWhiteSpace()
        if self.__EndOfFile():
            return False