<head><title>ColdC: Function/Method Reference: method_info()</title></head> <body> <h1 align=center><a href="/ColdC/">ColdC</a>: <a href="/ColdC/Functions/">Function/Method Reference</a>: method_info()</h1> <hr> <p> <font size=+1><i>LIST</i> <b>method_info</b>(<i>SYMBOL <b>name</b></i>)</font> <p>This function returns a list of miscellaneous information on the method named by <var>name</var>. If the method is not found, the error <code>~methodnf</code> is thrown. Otherwise a list is returned. The elements in the list are (in order): <ol> <li>STRING args <li>INTEGER number of arguments <li>INTEGER number of local variables defined <li>INTEGER number of opcodes used <li>SYMBOL method access <li>LIST method flags </ol> <p><hr size=4><p align=center><i>Last Modified on Feb 26 1996</i> <br><i>Copyright © 1995, 1996, Brandon Gillespie</i> </body>