You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wisberg 144143c297 initial version пре 21 година
..
Aspect.java initial version пре 21 година
Driver.java initial version пре 21 година
Foo.java initial version пре 21 година
Readme.txt initial version пре 21 година

Readme.txt

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.