I am using AspectJ in eclipse. i am not able to find out how to get methods
called by a method using aspectj.

For ex..

void method1()
{

method2();
method3();

}

when method1 is called, then i want to get that method2() and method3() are
called by method1().



--
View this message in context: 
http://aspectj.2085585.n4.nabble.com/classes-and-methodes-name-tp4650877p4651236.html
Sent from the AspectJ - users mailing list archive at Nabble.com.
_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to