Cold Help System: Programming: ColdC Reference Manual: Functions: Method: find_method()


OBJNUM find_method(SYMBOL name)

This function searches for the first occurance of the method named by the symbol name, on an ancestor of the current object. If a method is found, the ancestor is returned. Otherwise the error ~methodnf is thrown.


add_method() | list_method() | del_method() | find_method() | find_next_method() | method_bytecode() | method_access() | method_flags() | method_info() | methods() | rename_method() | set_method_access() | set_method_flags()


the Cold Dark