Re: [Jython-users] how to get the definiton of a java method in jython?
by Jim Adrig other posts by this author
Mar 20 2004 8:00AM messages near this date
[Jython-users] how to get the definiton of a java method in jython?
|
[Jython-users] Support for Windows 2003
Try:
> >> dir(String.__class__)
Then:
> >> String.declaredMethods
etc ? ...
On Mar 19, 2004, at 12:41 PM, chen ge wrote:
> for example: i can use dir(String) to get the whole methods, but don't
> konw the parameters.
>
> _________________________________________________________________
> ~{Cb7QOBTX~} MSN Explorer: http://explorer.msn.com/lccn/
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> Jython-users mailing list
> Jython-users@[...].net
> https://lists.sourceforge.net/lists/listinfo/jython-users
>
Attachments:
unknown1
Thread:
chen ge
Jim Adrig
|