Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » local variable assignment pointcut in AspectJ?
local variable assignment pointcut in AspectJ? [message #592494] Tue, 07 March 2006 18:50
Sunfire is currently offline SunfireFriend
Messages: 71
Registered: July 2009
Member
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:local variable assignment pointcut in AspectJ?
Next Topic:Eclipse 3.2M5
Goto Forum:
  


Current Time: Thu Apr 25 05:43:37 GMT 2024

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

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

Back to the top