AspectJ int pointcuts

B

Bret

In AspectJ, is there a way to define a pointcut to take place before
or after an assignment such as:

int x;
x = 0;

? Thanks!
 
B

Bret

In AspectJ, is there a way to define a pointcut to take place before
or after an assignment such as:

int x;
x = 0;

? Thanks!

Ok, that's not exactly what I want to do. What I really want is a way
to get access to all the variables used inside of a method and their
values. I know how to get pointcuts for anytime a method is called,
yet I'm not sure how to do it (or if you can) for primitives.
Thx!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,138
Latest member
NevilleLam
Top