[JBoss-user] [Javassist user questions] - Re: Trapping variable assignments

2004-06-22 Thread chiba
Oh, please look at the tutorial, which is also listed on the web site. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839590#3839590 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839590 --

[JBoss-user] [Javassist user questions] - Re: Trapping variable assignments

2004-06-22 Thread craigugoretz
Thank you for your response. Let me ask you this - is there more documentation on how to use $_ and the other "metavariables"? I think I have things figured out to that point but could use more examples. The only documentation I have found is the first PDF paper listed on the web site. View t

[JBoss-user] [Javassist user questions] - Re: Trapping variable assignments

2004-06-22 Thread chiba
You can use Javassist to catch changes the value of a field but not a local variable. The way to catching the changes of the value of a local variable is currently not provided. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839533#3839533 Reply to the post