This content has been marked as final.
Show 3 replies
-
1. Re: $r: no such class
megalodon Feb 1, 2010 4:13 AM (in response to barbaz)I have used $r with version 3.11 GA and it works fine for me. Can't seem to find API reference for any special variables like $r, $0, $args etc though. -
2. Re: $r: no such class
jaikiran Feb 1, 2010 4:20 AM (in response to megalodon)megalodon wrote:
It's here http://www.csg.is.titech.ac.jp/~chiba/javassist/tutorial/tutorial2.html#alter
-
3. Re: $r: no such class
megalodon Feb 1, 2010 6:39 AM (in response to jaikiran)Jaikiran, I was refering to the API documentation similar to ones like http://java.sun.com/j2se/1.3/docs/api/index.html . API pages usually have a 'since' attribute for class functions and fields which will specify the earliest version of the API with that particular function/field.
I was looking for a reference to $r or any special Javassist variables in Javassist's API page in http://www.csg.is.titech.ac.jp/~chiba/javassist/html/ but could not find it.
-Arvind