summaryrefslogtreecommitdiffstats
path: root/tests/base/test109/Readme.txt
blob: a524b54851c680149d86d63f9b610a4cbaf11799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.