Hi all,<br>
I would like to add new class to my interpreter source that is written in Java. I found one method <br>
<br>
<span style="color: rgb(51, 51, 255);">public void registerCustomClasses()</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">{</span><br style="color: rgb(51, 51, 255);">
<br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">}<br>
<br>
</span>I would like to know what is the significance of this in the
Interpreter. How to add/register new class into the interpreter with
this method?<br>
<br>
Example will be helpful.<br>
<br>
Regards<br>
Adi<br>