Lines Matching full:methods
18 \ 4. Separate name-spaces for methods - methods are
20 \ 5. Methods can be overridden, and subclasses can add methods.
21 \ No limit on number of methods.
35 \ ID for the methods of the class, and a size for the payload
43 \ Methods expect an object couple ( instance class )
48 \ Overridden methods must maintain the same stack signature as
55 \ Revised Nov 2001 - metaclass debug method now finds only metaclass methods
60 \ list and inserts all new methods into table. For each method, if the table
64 \ Methods are now structured as follows:
186 \ This handles methods like index, prev, and next correctly, but does not deal
188 : my=[ \ same as my=> , but binds a chain of methods
346 \ classes have methods that are different from those
383 create .vtCount \ Number of VTABLE methods, if any
496 \ to prevent methods from getting used with wrong data.
529 \ list methods of the class
530 : methods \ ( class meta -- )
533 class body> >name type ." methods:" cr
599 \ Useful for binding class methods from an instance
614 \ bind methods outside the loop to save time
634 \ Instance aliases for common class methods
647 : methods ( instance class -- )
649 metaclass => methods ;
651 \ Array indexing methods...