Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
wisberg 144143c297 initial version il y a 21 ans
..
Aspect.java initial version il y a 21 ans
Driver.java initial version il y a 21 ans
Foo.java initial version il y a 21 ans
Readme.txt initial version il y a 21 ans

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.