File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,10 @@ \subsection{基本クラス}
242242このリストに{\bf assoc}を適用することにより、スロットの詳細値が得られる。
243243しかしながら、それらを変更することはできない。}
244244
245+ \methoddesc {:methods}{\& optional subname}{
246+ このオブジェクトから呼べる全てのメソッドのリストを返す。
247+ {\em subname}を指定すると、メソッド名のなかにそれを含むメソッドのみ返す。}
248+
245249\classdesc {propertied-object}{object}
246250{plist}
247251{property-listを持つオブジェクトを定義する。
Original file line number Diff line number Diff line change 2727 (push (cons (elt vars i) (slot self (class self) i)) slots))
2828 (nreverse slots)))
2929 (:methods (&optional (pattern " " ))
30+ " (self class &optional (pattern \"\" ))
31+ Returns the list of all methods callable by the object. If pattern is given, returns only methods with names that include pattern."
3032 (mapcan #' cadr (send (class self) :all-method-names pattern)))
3133; ; (:all-methods () (send (class self) :all-method-names))
3234 (:super () (send (class self) :super ))
You can’t perform that action at this time.
0 commit comments