Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] getting the object from a joinpoint


hi
i'm join-pointing a *.new() kind of call, and i'm getting mad cause then what
i'd have to do is getting the object called... and i can't seem to make it
possibile by using thisJoinPoint object.

for example if i have

MyClass c = new MyClass();

i do capture that in my aspect, but i'd also like to get the kind of object
instantiated by new.

anybody can help me?

-m



-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/



Back to the top