Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] How to trace method calls generated from a method

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.


Back to the top