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


LIST method_info(SYMBOL name)

This function returns a list of miscellaneous information on the method named by name. If the method is not found, the error ~methodnf is thrown. Otherwise a list is returned. The elements in the list are (in order):

  1. STRING args
  2. INTEGER number of arguments
  3. INTEGER number of local variables defined
  4. INTEGER number of opcodes used
  5. SYMBOL method access
  6. LIST method flags


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