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

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top