Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Change flow of program in Advice

Dear Users,
 I want to change control flow of a program when my
specified condition in advice section holds.
for example : before a call to pop method in Stack, i
want to check that Stack is not empty. if it's empty
execution of program must stopped.
How can i stop my program ?

Regards, Mehdi Mir

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Back to the top