Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Tree caller method/ called method

How about using 'thisEnclosingJoinPointStaticPart' ?
http://dev.eclipse.org/viewcvs/indextech.cgi/aspectj-home/doc/progguide/printable.html
- search on thisEnclosingJoinPointStaticPart

Andy.

2008/7/20 Jean-Louis.Pasturel <jean-louis.pasturel@xxxxxxxxx>:
> Hello
> i want to generate a log file with this pattern :
> <Date-time>;<caller Class.method>;<called Class.method>;<duration>
> With a call pointcut, i can reach the called Class.method and the caller
> Class. But is there a way to reach the caller Class.method ?
>
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top