sel_getName
Returns the name of the method specified by a given selector.
与えられたセレクタによって指定されたメソッドの名前を返します。
sel_registerName
Registers a method with the Objective-C runtime system, maps the method name to a selector, and returns the selector value.
あるメソッドをObjective-C runtimeシステムに登録して、そのメソッド名をあるセレクタにマップして、そしてそのセレクタ値を返します。
sel_isEqual
Returns a Boolean value that indicates whether two selectors are equal.
あるブール値を返します、それは2つのセレクタが等しいかどうかを指し示します。