RE: [Jython-users] how to get the definiton of a java method in j
ython?
by Jeff Emanuel other posts by this author
Mar 20 2004 6:50PM messages near this date
Re: [Jython-users] Command execfile("myfile.py")
|
[Jython-users] how to get the definiton of a java method in jython?
> >> print String.replaceFirst.argslist[0].data
public java.lang.String java.lang.String.replaceFirst(java.lang.String,java.
lang.String)
-----Original Message-----
From: chen ge
To: jython-users@[...].net
Sent: 3/19/2004 2:41 PM
Subject: [Jython-users] how to get the definiton of a java method in jython?
for example: i can use dir(String) to get the whole methods, but don't
konw
the parameters.
_________________________________________________________________
???? 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
-------------------------------------------------------
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
|