org.aspectj/tests/base/test109
2002-12-16 18:51:06 +00:00
..
Aspect.java initial version 2002-12-16 18:51:06 +00:00
Driver.java initial version 2002-12-16 18:51:06 +00:00
Foo.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: Accessibility of class and aspect members from inside weaves

   Code inside a weave does the full cross-product of the
   following things:

   read a var         of the class      private       static
   set a var       X                 X  protected  X  non-static
   call a method                        public
                                        default


Both the aspect and the class are in the default (unnamed) package.