isWellFormed

Returns a Boolean value indicating whether the receiver is well formed according to its command description. あるブール値を返します、レシーバがそれのコマンド記述に従ってうまく形成されるかどうかを指し示します。

Declaration 宣言

- (BOOL)isWellFormed

Overview 概要

The method ensures that there is a description of the command and that the number of arguments and the types of non-specifier arguments conform to the command description. このメソッドは、コマンドの記述が存在すること、そして引数の数と非指定子引数の型がコマンド記述に準拠すること、を保証します。

See Also 参照

Getting command information コマンド情報を取得する