Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] staticinitialization, preinitialization,initialization??

 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi.
 
IIRC staticinitialization captures initialization of the *class*, not
an object of that class, so the static{...}  block and initialization
of static members. Preinitialization captures anything between the
enter of a constructor and the call to super(...), initialization
captures all thre rest IIRC.
 
Capturing all of those might not make much sense IMHO. Anyway, if you
wish to do so, just use || to combine them.
 
Eric

- --
Eric Bodden
Chair I2 for Programming Languages and Program Analysis
RWTH Aachen University 


-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0.3

iQA/AwUBQkmH4swiFCm7RlWCEQI0jACgjqw/AemHqZHpE+Vx0LxnHb8L1WYAoKBA
OsPitHi8qJZB6w1aWtwZLL17
=4f2E
-----END PGP SIGNATURE-----




Back to the top