Instance Property インスタンスプロパティ

atEnd

Flag that indicates whether the receiver has exhausted all significant characters. レシーバが全ての有意文字を使い果たしたかどうかを指し示すフラグ。

Declaration 宣言

@property(getter=isAtEnd, readonly) BOOL atEnd;

Discussion 議論

YES if the receiver has exhausted all significant characters in its string, otherwise NO. YES、レシーバがそれの文字列の中の全ての有意文字を使い果たすならば、そうでなければNO

If only characters from the set to be skipped remain, returns YES. スキップされる集合からの文字だけが残るならば、YESを返します。

See Also 参照

Related Documentation 関連文書