Skip to main content



      Home
Home » Language IDEs » AspectJ » local variable assignment pointcut in AspectJ?
local variable assignment pointcut in AspectJ? [message #62614] Tue, 07 March 2006 13:50
Eclipse UserFriend
Dear All,

I am pretty new in AspectJ. I am wondering if it is possible to intercept
assignment event at local variable level? For example in a method m1(),

public void m1()
{
Object obj = someObjRef;
}

I would like to dynamically know the information such as: which local
variable is changed, what is the old/new value for it, and in which object
this statement is executed... If we cannot catch such events directly, is
there any way I could achieve this goal? Thank you so much for any help!

SunnyDay
Previous Topic:Using weaved plugin in eclipse
Next Topic:local variable assignment pointcut in AspectJ?
Goto Forum:
  


Current Time: Mon May 12 19:42:10 EDT 2025

Powered by FUDForum. Page generated in 0.02778 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top