org.aspectj/tests/base/test119
2002-12-16 18:51:06 +00:00
..
Driver.java initial version 2002-12-16 18:51:06 +00:00
Readme.txt initial version 2002-12-16 18:51:06 +00:00

Mode: VM run
Title: Local declarations in advise bodies

This tests local declarations in the body of advises.  Local
declarations help the weaves inside advises to share variables between
them.  These variables should be resolved in the context of the
methods being advised.  

The syntax supports local variable as well as class declrations.  But
the weaver can't handle inner classes yet, so only the local variable
declaration case is tested.