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


OBJNUM find_next_method(SYMBOL name, OBJNUM after)

This function searches for the occurance of the method named by the symbol name, after the ancestor after. 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