/
ColdC/Functions/
ColdC/Structure/
<head><title>ColdC: Function/Method Reference: decompile()</title></head>

<body>

<h1 align=center><a href="/ColdC/">ColdC</a>: <a href="/ColdC/Functions/">Function/Method Reference</a>: decompile()</h1>

<hr>

<p>
<font size=+1><i>LIST</i> <b>decompile</b>(<i>SYMBOL <b>name</b></i>)</font>

<p>This function is used to decompile a method.  It accepts a symbol, assuming
it to be the name of a method.  If the method is found on the current
object it is decompiled and returned as a list of strings.  If the method
is not found, the error <code>~methodnf</code> is thrown.

<p><hr size=4><p align=center><i>Last Modified on Feb 26 1996</i>
<br><i>Copyright &copy; 1995, 1996, Brandon Gillespie</i>
</body>