[jboss-user] [Javassist user questions] - Re: How to use an new method argument?

cat4hire do-not-reply at jboss.com
Sun Feb 10 05:46:02 EST 2008


You can refer to method arguments using the special $n variables, for instance if your argument is the third, than in the method code you can refer to it as $3. Similarly, $$ is substituted to the full list of arguments.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128162#4128162

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128162



More information about the jboss-user mailing list