Hello,
I was looking for a way to hook conditional expressions such as
if(cond1 && cond2) ...
for(int i=0; i<20;i++) ...
and modify them to e.g.
if(NEWCOND && cond1 && cond2) ...
for(int i=0; NEWCOND || i<20;i++) ...

but couldn't find hooks for conditions in Javassist. Is it possible to perform 
such transformations? 
If not - will it be included in the future? Or, does any of you know other 
projects that support it?
Cheers,
++Robert

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to