argumentNames
Returns the names (or keys) for all arguments of the receiver’s command.
レシーバのもつコマンドの全ての引数に対する名前(またはキー)を返します。
- isOptionalArgumentWithName:
Returns a Boolean value that indicates whether the command argument identified by the specified argument key is an optional argument.
あるブール値を返します、それは指定された引数キーによって識別されるコマンド引数が任意の引数かどうかを指し示します。
- typeForArgumentWithName:
Returns the type of the command argument identified by the specified key.
指定されたキーによって識別されるコマンド引数の型を返します。