Hello,
Suppose I have the following MethodCall expr:

..........................
someObj.someMethod
..........................

If I use:

curMethod.instrument(new ExprEditor() 
  public void edit(MethodCall m) throws CannotCompileException {
  ...............

then I can get information about the methodCall "someMethod". For analysis 
purposes I will also get information about "someObj", that the method is a 
method of the object "someObj".  Is it possible to get such  information using 
ExprEditor? Or I should get in another way and how?

Thanks in advance

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

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


-------------------------------------------------------
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