Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Get enclosing method signature of a join point

Hi there,

Is there way to get the enclosing method signature of
a particular join point? For example, for

class A{

   public void foo(){
       System.out.println("Testing");
   }
}

If there is a join point at the method call
"System.out.println()", can I figure out that the
enclosing method is foo() during weave time?  

Thanks in advance.


 
____________________________________________________________________________________
It's here! Your new message!  
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/


Back to the top