|
Re: To stupid to live??? Problems with coercing non-numeric types.: msg#00054lang.jython.user
Define a __tojava__ method in your class. class StringValue: def __init__(self,s): self.s=s def __tojava__(self,cls): return self.s.__tojava__(cls) ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: To stupid to live??? Problems with coercing non-numeric types., Todd Moyer |
|---|---|
| Next by Date: | Kill/stop the Jython interpreter, Badal, Chris F |
| Previous by Thread: | Re: To stupid to live??? Problems with coercing non-numeric types., Todd Moyer |
| Next by Thread: | RE: To stupid to live??? Problems with coercing non-numeric types., Alex Pollitt |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |